Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTCommon.cpp205 case Decl::CXXConstructor: in getDefinitiveDeclContext()
257 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.cpp235 case DeclarationNameExtra::CXXConstructor: in getNameKind()
412 EKind = DeclarationNameExtra::CXXConstructor; in getCXXSpecialName()
DCommentSema.cpp597 case Decl::CXXConstructor: in checkReturnsCommand()
DDeclBase.cpp596 case CXXConstructor: in getIdentifierNamespaceForKind()
/external/clang/test/Parser/
Dskip-function-bodies.mm33 // CHECK: skip-function-bodies.mm:7:3: CXXConstructor=A:7:3 (default constructor) Extent=[7:3 - 7:6]
/external/clang/lib/Frontend/
DASTConsumers.cpp310 case Decl::CXXConstructor: { in PrintDeclContext()
398 case Decl::CXXConstructor: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td48 def CXXConstructor : DDecl<CXXMethod>;
DIdentifierTable.h803 CXXConstructor = 0, enumerator
/external/clang/lib/StaticAnalyzer/Core/
DIssueHash.cpp96 case Decl::CXXConstructor: in GetEnclosingDeclContextSignature()
/external/clang/lib/Index/
DIndexSymbol.cpp168 case Decl::CXXConstructor: in getSymbolInfo()
/external/clang/include/clang/AST/
DDeclCXX.h2213 : CXXMethodDecl(CXXConstructor, C, RD, StartLoc, NameInfo, T, TInfo, in CXXConstructorDecl()
2397 static bool classofKind(Kind K) { return K == CXXConstructor; } in classofKind()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp136 case Decl::CXXConstructor: in VisitDecl()
DCodeGenModule.cpp3809 case Decl::CXXConstructor: in EmitTopLevelDecl()
3959 case Decl::CXXConstructor: in AddDeferredUnusedCoverageMapping()
4014 case Decl::CXXConstructor: { in EmitDeferredUnusedCoverageMappings()
DCGDecl.cpp53 case Decl::CXXConstructor: in EmitDecl()
/external/clang/tools/libclang/
DCIndex.cpp5666 case Decl::CXXConstructor: in clang_getCursorDefinition()
6929 case Decl::CXXConstructor: in getDeclLanguage()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3043 case Decl::CXXConstructor: return CXCursor_Constructor; in getCursorKindForDecl()
DSemaExpr.cpp3035 case Decl::CXXConstructor: in BuildDeclarationNameExpr()