| /freebsd-14.2/contrib/llvm-project/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 | 114 def NonStaticCXXMethod : SubsetSubject<CXXMethod, 119 : SubsetSubject<CXXMethod, 514 def SubRuleForCXXMethod : AttrSubjectMatcherSubRule<"is_member", [CXXMethod]> { 3651 let Subjects = SubjectList<[CXXMethod]>; 3687 let Subjects = SubjectList<[CXXMethod]>; 3699 let Subjects = SubjectList<[CXXMethod]>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Comment.cpp | 230 case Decl::CXXMethod: in fill() 245 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
|
| H A D | ODRDiagsEmitter.cpp | 604 case Decl::CXXMethod: in FindTypeDiffs() 607 return CXXMethod; in FindTypeDiffs() 1048 case CXXMethod: { in diagnoseMismatch() 1611 case CXXMethod: in diagnoseMismatch() 2053 case CXXMethod: in diagnoseMismatch() 2182 case CXXMethod: in diagnoseMismatch()
|
| H A D | DeclBase.cpp | 827 case CXXMethod: in getIdentifierNamespaceForKind() 1156 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
|
| H A D | ODRHash.cpp | 539 case Decl::CXXMethod: in isSubDeclToBeProcessed()
|
| H A D | DeclCXX.cpp | 2278 CXXMethod, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in Create() 2284 CXXMethod, C, nullptr, SourceLocation(), DeclarationNameInfo(), in CreateDeserialized()
|
| H A D | DeclTemplate.cpp | 1607 case Decl::Kind::CXXMethod: in getReplacedTemplateParameterList()
|
| H A D | ASTContext.cpp | 1570 if (const auto *CXXMethod = dyn_cast<CXXMethodDecl>(D)) { in getOverriddenMethods() local 1571 Overridden.append(overridden_methods_begin(CXXMethod), in getOverriddenMethods() 1572 overridden_methods_end(CXXMethod)); in getOverriddenMethods()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 319 case Decl::CXXMethod: in getDefinitiveDeclContext() 372 case Decl::CXXMethod: in isRedeclarableDeclKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ODRDiagsEmitter.h | 109 CXXMethod, enumerator
|
| /freebsd-14.2/contrib/llvm-project/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 | 106 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 222 case Decl::Kind::CXXMethod: in HandleNamedDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 274 case Decl::CXXMethod: { in getSymbolInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 720 case Decl::CXXMethod: in FlushDiagnosticsImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 201 case Decl::CXXMethod: in VisitDecl()
|
| H A D | CodeGenModule.cpp | 6737 case Decl::CXXMethod: in EmitTopLevelDecl() 7034 case Decl::CXXMethod: in AddDeferredUnusedCoverageMapping() 7074 case Decl::CXXMethod: in EmitDeferredUnusedCoverageMappings()
|
| H A D | CGDecl.cpp | 63 case Decl::CXXMethod: in EmitDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4092 case Decl::CXXMethod: in getCursorKindForDecl()
|
| H A D | SemaDecl.cpp | 9912 NewFD->getKind() == Decl::Kind::CXXMethod && NewFD->getIdentifier() && in ActOnFunctionDeclarator()
|
| H A D | SemaExpr.cpp | 3678 case Decl::CXXMethod: in BuildDeclarationNameExpr()
|