Home
last modified time | relevance | path

Searched refs:CXXMethod (Results 1 – 25 of 44) sorted by relevance

12

/external/clang/include/clang/Basic/
DDeclNodes.td47 def CXXMethod : DDecl<Function>;
48 def CXXConstructor : DDecl<CXXMethod>;
49 def CXXDestructor : DDecl<CXXMethod>;
50 def CXXConversion : DDecl<CXXMethod>;
DAttr.td436 let Subjects = SubjectList<[CXXMethod, ObjCMethod, Function], WarnDiag,
2003 let Subjects = SubjectList<[CXXMethod]>;
2030 let Subjects = SubjectList<[CXXMethod]>;
2039 let Subjects = SubjectList<[CXXMethod]>;
/external/llvm-project/clang/include/clang/Basic/
DDeclNodes.td52 def CXXMethod : DeclNode<Function>;
53 def CXXConstructor : DeclNode<CXXMethod>;
54 def CXXDestructor : DeclNode<CXXMethod>;
55 def CXXConversion : DeclNode<CXXMethod>;
/external/llvm-project/clang/test/Parser/
Dskip-function-bodies.mm36 // CHECK-NOT: skip-function-bodies.mm:9:12: CXXMethod=d:9:12 (Definition) Extent=[9:7 - 9:18]
56 // CHECK-PREAMBLE: skip-function-bodies.mm:9:12: CXXMethod=d:9:12 (Definition) Extent=[9:7 - 9:18]
/external/clang/lib/Serialization/
DASTCommon.cpp204 case Decl::CXXMethod: in getDefinitiveDeclContext()
256 case Decl::CXXMethod: in isRedeclarableDeclKind()
/external/clang/lib/AST/
DComment.cpp154 case Decl::CXXMethod: in fill()
169 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
DDeclBase.cpp595 case CXXMethod: in getIdentifierNamespaceForKind()
834 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
DDeclCXX.cpp1535 return new (C, RD) CXXMethodDecl(CXXMethod, C, RD, StartLoc, NameInfo, in Create()
1541 return new (C, ID) CXXMethodDecl(CXXMethod, C, nullptr, SourceLocation(), in CreateDeserialized()
/external/clang/test/Parser/
Dskip-function-bodies.mm35 // CHECK-NOT: skip-function-bodies.mm:9:12: CXXMethod=d:9:12 (Definition) Extent=[9:7 - 9:18]
/external/llvm-project/clang/lib/Serialization/
DASTCommon.cpp306 case Decl::CXXMethod: in getDefinitiveDeclContext()
359 case Decl::CXXMethod: in isRedeclarableDeclKind()
/external/llvm-project/clang/lib/AST/
DComment.cpp229 case Decl::CXXMethod: in fill()
244 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
DDeclBase.cpp741 case CXXMethod: in getIdentifierNamespaceForKind()
1026 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp161 auto *CXXMethod = dyn_cast<CXXMethodDecl>(D); in getSelfDecl() local
162 if (!CXXMethod) in getSelfDecl()
165 const CXXRecordDecl *parent = CXXMethod->getParent(); in getSelfDecl()
/external/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp160 auto *CXXMethod = dyn_cast<CXXMethodDecl>(D); in getSelfDecl() local
161 if (!CXXMethod) in getSelfDecl()
164 const CXXRecordDecl *parent = CXXMethod->getParent(); in getSelfDecl()
DIssueHash.cpp105 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
/external/clang/lib/Frontend/
DASTConsumers.cpp281 case Decl::CXXMethod: { in PrintDeclContext()
397 case Decl::CXXMethod: in PrintDeclContext()
/external/clang/lib/StaticAnalyzer/Core/
DIssueHash.cpp99 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
DPlistDiagnostics.cpp415 case Decl::CXXMethod: in FlushDiagnosticsImpl()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionCognitiveComplexityCheck.cpp470 case Decl::CXXMethod: in TraverseDecl()
/external/llvm-project/clang/lib/Frontend/
DInterfaceStubFunctionsConsumer.cpp222 case Decl::Kind::CXXMethod: in HandleNamedDecl()
/external/clang/lib/Index/
DIndexSymbol.cpp180 case Decl::CXXMethod: { in getSymbolInfo()
/external/llvm-project/clang/lib/Index/
DIndexSymbol.cpp273 case Decl::CXXMethod: { in getSymbolInfo()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp118 FDecl->getKind() != Decl::CXXMethod)) in create()
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2574 CXXMethod = 1U << 13, in CalculateDiagnostic() enumerator
2609 .Case("CXXMethod", CXXMethod) in CalculateDiagnostic()
2630 case CXXMethod: in CalculateDiagnostic()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp135 case Decl::CXXMethod: in VisitDecl()

12