Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTCommon.cpp119 case Decl::CXXConstructor: in getDefinitiveDeclContext()
171 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.cpp527 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.td44 def CXXConstructor : DDecl<CXXMethod>;
DIdentifierTable.h781 CXXConstructor = 0, enumerator
/external/clang/include/clang/AST/
DDeclCXX.h2161 : CXXMethodDecl(CXXConstructor, C, RD, StartLoc, NameInfo, T, TInfo, in CXXConstructorDecl()
2338 static bool classofKind(Kind K) { return K == CXXConstructor; } in classofKind()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp169 case Decl::CXXConstructor: in VisitDecl()
DCodeGenModule.cpp3291 case Decl::CXXConstructor: in EmitTopLevelDecl()
3407 case Decl::CXXConstructor: in AddDeferredUnusedCoverageMapping()
3462 case Decl::CXXConstructor: { in EmitDeferredUnusedCoverageMappings()
DCGDecl.cpp48 case Decl::CXXConstructor: in EmitDecl()
/external/clang/tools/libclang/
DIndexingContext.cpp1026 case Decl::CXXConstructor: in getEntityInfo()
DCIndex.cpp5042 case Decl::CXXConstructor: in clang_getCursorDefinition()
6293 case Decl::CXXConstructor: in getDeclLanguage()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2975 case Decl::CXXConstructor: return CXCursor_Constructor; in getCursorKindForDecl()
DSemaExpr.cpp2976 case Decl::CXXConstructor: in BuildDeclarationNameExpr()