Home
last modified time | relevance | path

Searched refs:CXXConstructor (Results 1 – 18 of 18) sorted by relevance

/external/clang/lib/Serialization/
DASTCommon.cpp233 case Decl::CXXConstructor: in getDefinitiveDeclContext()
285 case Decl::CXXConstructor: in isRedeclarableDeclKind()
/external/clang/lib/AST/
DComment.cpp155 case Decl::CXXConstructor: in fill()
169 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
DDeclarationName.cpp214 case DeclarationNameExtra::CXXConstructor: in getNameKind()
391 EKind = DeclarationNameExtra::CXXConstructor; in getCXXSpecialName()
DCommentSema.cpp599 case Decl::CXXConstructor: in checkReturnsCommand()
DDeclBase.cpp565 case CXXConstructor: in getIdentifierNamespaceForKind()
/external/clang/test/Parser/
Dskip-function-bodies.mm33 // CHECK: skip-function-bodies.mm:7:3: CXXConstructor=A:7:3 Extent=[7:3 - 7:6]
/external/clang/lib/Frontend/
DASTConsumers.cpp311 case Decl::CXXConstructor: { in PrintDeclContext()
400 case Decl::CXXConstructor: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td45 def CXXConstructor : DDecl<CXXMethod>;
DIdentifierTable.h788 CXXConstructor = 0, enumerator
/external/clang/lib/StaticAnalyzer/Core/
DIssueHash.cpp96 case Decl::CXXConstructor: in GetEnclosingDeclContextSignature()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp131 case Decl::CXXConstructor: in VisitDecl()
DCodeGenModule.cpp3530 case Decl::CXXConstructor: in EmitTopLevelDecl()
3648 case Decl::CXXConstructor: in AddDeferredUnusedCoverageMapping()
3703 case Decl::CXXConstructor: { in EmitDeferredUnusedCoverageMappings()
DCGDecl.cpp51 case Decl::CXXConstructor: in EmitDecl()
/external/clang/include/clang/AST/
DDeclCXX.h2155 : CXXMethodDecl(CXXConstructor, C, RD, StartLoc, NameInfo, T, TInfo, in CXXConstructorDecl()
2332 static bool classofKind(Kind K) { return K == CXXConstructor; } in classofKind()
/external/clang/tools/libclang/
DIndexingContext.cpp1026 case Decl::CXXConstructor: in getEntityInfo()
DCIndex.cpp5297 case Decl::CXXConstructor: in clang_getCursorDefinition()
6558 case Decl::CXXConstructor: in getDeclLanguage()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3031 case Decl::CXXConstructor: return CXCursor_Constructor; in getCursorKindForDecl()
DSemaExpr.cpp2970 case Decl::CXXConstructor: in BuildDeclarationNameExpr()