Searched refs:CXXMethod (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 51 def CXXMethod : DDecl<Function>; 52 def CXXConstructor : DDecl<CXXMethod>; 53 def CXXDestructor : DDecl<CXXMethod>; 54 def CXXConversion : DDecl<CXXMethod>;
|
| H A D | Attr.td | 93 def NonStaticCXXMethod : SubsetSubject<CXXMethod, 98 : SubsetSubject<CXXMethod, 370 def SubRuleForCXXMethod : AttrSubjectMatcherSubRule<"is_member", [CXXMethod]> { 2644 let Subjects = SubjectList<[CXXMethod]>; 2680 let Subjects = SubjectList<[CXXMethod]>; 2692 let Subjects = SubjectList<[CXXMethod]>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 285 case Decl::CXXMethod: in getDefinitiveDeclContext() 338 case Decl::CXXMethod: in isRedeclarableDeclKind()
|
| H A D | ASTReader.cpp | 9974 CXXMethod, in diagnoseOdrViolations() enumerator 10005 case Decl::CXXMethod: in diagnoseOdrViolations() 10008 return CXXMethod; in diagnoseOdrViolations() 10337 case CXXMethod: { in diagnoseOdrViolations()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Comment.cpp | 215 case Decl::CXXMethod: in fill() 230 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
|
| H A D | DeclBase.cpp | 708 case CXXMethod: in getIdentifierNamespaceForKind() 981 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
|
| H A D | ODRHash.cpp | 443 case Decl::CXXMethod: in isWhitelistedDecl()
|
| H A D | DeclCXX.cpp | 1941 return new (C, RD) CXXMethodDecl(CXXMethod, C, RD, StartLoc, NameInfo, in Create() 1947 return new (C, ID) CXXMethodDecl(CXXMethod, C, nullptr, SourceLocation(), in CreateDeserialized()
|
| H A D | ASTContext.cpp | 1507 if (const auto *CXXMethod = dyn_cast<CXXMethodDecl>(D)) { in getOverriddenMethods() local 1508 Overridden.append(overridden_methods_begin(CXXMethod), in getOverriddenMethods() 1509 overridden_methods_end(CXXMethod)); in getOverriddenMethods()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 159 auto *CXXMethod = dyn_cast<CXXMethodDecl>(D); in getSelfDecl() local 160 if (!CXXMethod) in getSelfDecl() 163 const CXXRecordDecl *parent = CXXMethod->getParent(); in getSelfDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | IssueHash.cpp | 105 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
|
| H A D | PlistDiagnostics.cpp | 617 case Decl::CXXMethod: in FlushDiagnosticsImpl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 268 case Decl::CXXMethod: { in getSymbolInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 181 case Decl::CXXMethod: in VisitDecl()
|
| H A D | CodeGenModule.cpp | 4813 case Decl::CXXMethod: in EmitTopLevelDecl() 5058 case Decl::CXXMethod: in AddDeferredUnusedCoverageMapping() 5104 case Decl::CXXMethod: in EmitDeferredUnusedCoverageMappings()
|
| H A D | CGDecl.cpp | 57 case Decl::CXXMethod: in EmitDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3389 case Decl::CXXMethod: in getCursorKindForDecl()
|
| H A D | SemaExpr.cpp | 3029 case Decl::CXXMethod: in BuildDeclarationNameExpr()
|