Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTConsumers.cpp225 case Decl::CXXConstructor: { in PrintDeclContext()
315 case Decl::CXXConstructor: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td39 def CXXConstructor : DDecl<CXXMethod>;
DIdentifierTable.h666 CXXConstructor = 0, enumerator
/external/clang/lib/AST/
DDeclarationName.cpp169 case DeclarationNameExtra::CXXConstructor: in getNameKind()
423 EKind = DeclarationNameExtra::CXXConstructor; in getCXXSpecialName()
DDeclBase.cpp420 case CXXConstructor: in getIdentifierNamespaceForKind()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp185 case Decl::CXXConstructor: in HandleDeclContext()
/external/clang/include/clang/AST/
DDeclCXX.h1634 : CXXMethodDecl(CXXConstructor, RD, StartLoc, NameInfo, T, TInfo, false,
1825 static bool classofKind(Kind K) { return K == CXXConstructor; }
/external/clang/lib/CodeGen/
DCGDecl.cpp43 case Decl::CXXConstructor: in EmitDecl()
DCodeGenModule.cpp2116 case Decl::CXXConstructor: in EmitTopLevelDecl()
/external/clang/tools/libclang/
DCIndex.cpp4014 case Decl::CXXConstructor: in clang_getCursorDefinition()
5010 case Decl::CXXConstructor: in getDeclLanguage()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2676 case Decl::CXXConstructor: return CXCursor_Constructor; in getCursorKindForDecl()
DSemaExpr.cpp2360 case Decl::CXXConstructor: in BuildDeclarationNameExpr()