/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 47 def CXXMethod : DDecl<Function>; 48 def CXXConstructor : DDecl<CXXMethod>; 49 def CXXDestructor : DDecl<CXXMethod>; 50 def CXXConversion : DDecl<CXXMethod>;
|
D | Attr.td | 436 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/ |
D | DeclNodes.td | 52 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/ |
D | skip-function-bodies.mm | 36 // 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/ |
D | ASTCommon.cpp | 204 case Decl::CXXMethod: in getDefinitiveDeclContext() 256 case Decl::CXXMethod: in isRedeclarableDeclKind()
|
/external/clang/lib/AST/ |
D | Comment.cpp | 154 case Decl::CXXMethod: in fill() 169 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
|
D | DeclBase.cpp | 595 case CXXMethod: in getIdentifierNamespaceForKind() 834 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
|
D | DeclCXX.cpp | 1535 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/ |
D | skip-function-bodies.mm | 35 // CHECK-NOT: skip-function-bodies.mm:9:12: CXXMethod=d:9:12 (Definition) Extent=[9:7 - 9:18]
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTCommon.cpp | 306 case Decl::CXXMethod: in getDefinitiveDeclContext() 359 case Decl::CXXMethod: in isRedeclarableDeclKind()
|
/external/llvm-project/clang/lib/AST/ |
D | Comment.cpp | 229 case Decl::CXXMethod: in fill() 244 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
|
D | DeclBase.cpp | 741 case CXXMethod: in getIdentifierNamespaceForKind() 1026 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 161 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/ |
D | AnalysisDeclContext.cpp | 160 auto *CXXMethod = dyn_cast<CXXMethodDecl>(D); in getSelfDecl() local 161 if (!CXXMethod) in getSelfDecl() 164 const CXXRecordDecl *parent = CXXMethod->getParent(); in getSelfDecl()
|
D | IssueHash.cpp | 105 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 281 case Decl::CXXMethod: { in PrintDeclContext() 397 case Decl::CXXMethod: in PrintDeclContext()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | IssueHash.cpp | 99 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
|
D | PlistDiagnostics.cpp | 415 case Decl::CXXMethod: in FlushDiagnosticsImpl()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | FunctionCognitiveComplexityCheck.cpp | 470 case Decl::CXXMethod: in TraverseDecl()
|
/external/llvm-project/clang/lib/Frontend/ |
D | InterfaceStubFunctionsConsumer.cpp | 222 case Decl::Kind::CXXMethod: in HandleNamedDecl()
|
/external/clang/lib/Index/ |
D | IndexSymbol.cpp | 180 case Decl::CXXMethod: { in getSymbolInfo()
|
/external/llvm-project/clang/lib/Index/ |
D | IndexSymbol.cpp | 273 case Decl::CXXMethod: { in getSymbolInfo()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | GenericTaintChecker.cpp | 118 FDecl->getKind() != Decl::CXXMethod)) in create()
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 2574 CXXMethod = 1U << 13, in CalculateDiagnostic() enumerator 2609 .Case("CXXMethod", CXXMethod) in CalculateDiagnostic() 2630 case CXXMethod: in CalculateDiagnostic()
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 135 case Decl::CXXMethod: in VisitDecl()
|