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()
162 case Decl::CXXConstructor: in isRedeclarableDeclKind()
/external/clang/lib/AST/
DComment.cpp154 case Decl::CXXConstructor: in fill()
169 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
DDeclarationName.cpp146 case DeclarationNameExtra::CXXConstructor: in getNameKind()
394 EKind = DeclarationNameExtra::CXXConstructor; in getCXXSpecialName()
DCommentSema.cpp580 case Decl::CXXConstructor: in checkReturnsCommand()
DDeclBase.cpp485 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.cpp299 case Decl::CXXConstructor: { in PrintDeclContext()
389 case Decl::CXXConstructor: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td39 def CXXConstructor : DDecl<CXXMethod>;
DIdentifierTable.h749 CXXConstructor = 0, enumerator
/external/clang/utils/
DclangVisualizers.txt307 #case 0 ( ;DeclarationNameExtra::CXXConstructor
348 #case 0 ( ;DeclarationNameExtra::CXXConstructor
/external/clang/include/clang/AST/
DDeclCXX.h2014 : CXXMethodDecl(CXXConstructor, RD, StartLoc, NameInfo, T, TInfo, false,
2202 static bool classofKind(Kind K) { return K == CXXConstructor; }
/external/clang/tools/libclang/
DIndexingContext.cpp1017 case Decl::CXXConstructor: in getEntityInfo()
DCIndex.cpp4492 case Decl::CXXConstructor: in clang_getCursorDefinition()
5690 case Decl::CXXConstructor: in getDeclLanguage()
/external/clang/lib/CodeGen/
DCGDecl.cpp44 case Decl::CXXConstructor: in EmitDecl()
DCodeGenModule.cpp2764 case Decl::CXXConstructor: in EmitTopLevelDecl()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2913 case Decl::CXXConstructor: return CXCursor_Constructor; in getCursorKindForDecl()
DSemaExpr.cpp2583 case Decl::CXXConstructor: in BuildDeclarationNameExpr()