Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTCommon.cpp117 case Decl::CXXConstructor: in getDefinitiveDeclContext()
165 case Decl::CXXConstructor: in isRedeclarableDeclKind()
/external/clang/lib/AST/
DComment.cpp155 case Decl::CXXConstructor: in fill()
170 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.cpp507 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.cpp302 case Decl::CXXConstructor: { in PrintDeclContext()
391 case Decl::CXXConstructor: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td43 def CXXConstructor : DDecl<CXXMethod>;
DIdentifierTable.h767 CXXConstructor = 0, enumerator
/external/clang/include/clang/AST/
DDeclCXX.h2143 : CXXMethodDecl(CXXConstructor, C, RD, StartLoc, NameInfo, T, TInfo, in CXXConstructorDecl()
2317 static bool classofKind(Kind K) { return K == CXXConstructor; } in classofKind()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp290 case Decl::CXXConstructor: in VisitDecl()
DCGDecl.cpp47 case Decl::CXXConstructor: in EmitDecl()
DCodeGenModule.cpp3126 case Decl::CXXConstructor: in EmitTopLevelDecl()
/external/clang/tools/libclang/
DIndexingContext.cpp1026 case Decl::CXXConstructor: in getEntityInfo()
DCIndex.cpp4781 case Decl::CXXConstructor: in clang_getCursorDefinition()
6032 case Decl::CXXConstructor: in getDeclLanguage()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2928 case Decl::CXXConstructor: return CXCursor_Constructor; in getCursorKindForDecl()
DSemaExpr.cpp2895 case Decl::CXXConstructor: in BuildDeclarationNameExpr()