| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 53 def CXXMethod : DeclNode<Function>; 54 def CXXConstructor : DeclNode<CXXMethod>; 55 def CXXDestructor : DeclNode<CXXMethod>; 56 def CXXConversion : DeclNode<CXXMethod>;
|
| H A D | Attr.td | 110 def NonStaticCXXMethod : SubsetSubject<CXXMethod, 115 : SubsetSubject<CXXMethod, 451 def SubRuleForCXXMethod : AttrSubjectMatcherSubRule<"is_member", [CXXMethod]> { 3373 let Subjects = SubjectList<[CXXMethod]>; 3409 let Subjects = SubjectList<[CXXMethod]>; 3421 let Subjects = SubjectList<[CXXMethod]>;
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A 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]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Comment.cpp | 226 case Decl::CXXMethod: in fill() 241 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
|
| H A D | DeclBase.cpp | 741 case CXXMethod: in getIdentifierNamespaceForKind() 1038 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
|
| H A D | ODRHash.cpp | 454 case Decl::CXXMethod: in isDeclToBeProcessed()
|
| H A D | DeclCXX.cpp | 2208 CXXMethod, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in Create() 2214 CXXMethod, C, nullptr, SourceLocation(), DeclarationNameInfo(), in CreateDeserialized()
|
| H A D | ASTContext.cpp | 1668 if (const auto *CXXMethod = dyn_cast<CXXMethodDecl>(D)) { in getOverriddenMethods() local 1669 Overridden.append(overridden_methods_begin(CXXMethod), in getOverriddenMethods() 1670 overridden_methods_end(CXXMethod)); in getOverriddenMethods()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 314 case Decl::CXXMethod: in getDefinitiveDeclContext() 367 case Decl::CXXMethod: in isRedeclarableDeclKind()
|
| H A D | ASTReader.cpp | 9655 CXXMethod, in diagnoseOdrViolations() enumerator 9927 case Decl::CXXMethod: in diagnoseOdrViolations() 9930 return CXXMethod; in diagnoseOdrViolations() 10392 case CXXMethod: { in diagnoseOdrViolations()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A 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()
|
| H A D | IssueHash.cpp | 105 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | FunctionCognitiveComplexityCheck.cpp | 478 case Decl::CXXMethod: in TraverseDecl()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 222 case Decl::Kind::CXXMethod: in HandleNamedDecl()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 273 case Decl::CXXMethod: { in getSymbolInfo()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 721 case Decl::CXXMethod: in FlushDiagnosticsImpl()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 187 case Decl::CXXMethod: in VisitDecl()
|
| H A D | CodeGenModule.cpp | 6092 case Decl::CXXMethod: in EmitTopLevelDecl() 6383 case Decl::CXXMethod: in AddDeferredUnusedCoverageMapping() 6429 case Decl::CXXMethod: in EmitDeferredUnusedCoverageMappings()
|
| H A D | CGDecl.cpp | 62 case Decl::CXXMethod: in EmitDecl()
|
| H A D | CGDebugInfo.cpp | 1829 case Decl::CXXMethod: in CreateCXXMemberFunction()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6728 case Decl::CXXMethod: in clang_getCursorDefinition() 8144 case Decl::CXXMethod: in getDeclLanguage()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3980 case Decl::CXXMethod: in getCursorKindForDecl()
|
| H A D | SemaDecl.cpp | 9527 NewFD->getKind() == Decl::Kind::CXXMethod && NewFD->getIdentifier() && in ActOnFunctionDeclarator()
|
| H A D | SemaExpr.cpp | 3483 case Decl::CXXMethod: in BuildDeclarationNameExpr()
|