Home
last modified time | relevance | path

Searched refs:CXXConversion (Results 1 – 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDComment.cpp233 case Decl::CXXConversion: { in fill()
246 K == Decl::CXXDestructor || K == Decl::CXXConversion) { in fill()
HDDeclBase.cpp870 case CXXConversion: in getIdentifierNamespaceForKind()
HDDeclTemplate.cpp1689 case Decl::Kind::CXXConversion: in getReplacedTemplateParameterList()
HDDeclCXX.cpp2186 case Decl::Kind::CXXConversion: in getFromDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTCommon.cpp330 case Decl::CXXConversion: in getDefinitiveDeclContext()
383 case Decl::CXXConversion: in isRedeclarableDeclKind()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDIssueHash.cpp105 case Decl::CXXConversion: in GetEnclosingDeclContextSignature()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDeclNodes.td56 def CXXConversion : DeclNode<CXXMethod>;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDInterfaceStubFunctionsConsumer.cpp193 case Decl::Kind::CXXConversion: in HandleNamedDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDIndexSymbol.cpp270 case Decl::CXXConversion: in getSymbolInfo()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h2876 : CXXMethodDecl(CXXConversion, C, RD, StartLoc, NameInfo, T, TInfo, in CXXMethodDecl() argument
2926 static bool classofKind(Kind K) { return K == CXXConversion; } in classofKind()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenPGO.cpp204 case Decl::CXXConversion: in VisitDecl()
HDCodeGenModule.cpp6882 case Decl::CXXConversion: in EmitTopLevelDecl()
7179 case Decl::CXXConversion: in AddDeferredUnusedCoverageMapping()
7222 case Decl::CXXConversion: in EmitDeferredUnusedCoverageMappings()
HDCGDecl.cpp69 case Decl::CXXConversion: in EmitDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCodeComplete.cpp4103 case Decl::CXXConversion: in getCursorKindForDecl()
HDSemaOverload.cpp11840 case Decl::Kind::CXXConversion: in DiagnoseFailedExplicitSpec()
HDSemaExpr.cpp3435 case Decl::CXXConversion: in BuildDeclarationNameExpr()