Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDeclNodes.td51 def CXXMethod : DDecl<Function>;
52 def CXXConstructor : DDecl<CXXMethod>;
53 def CXXDestructor : DDecl<CXXMethod>;
54 def CXXConversion : DDecl<CXXMethod>;
H A DAttr.td93 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 DASTCommon.cpp285 case Decl::CXXMethod: in getDefinitiveDeclContext()
338 case Decl::CXXMethod: in isRedeclarableDeclKind()
H A DASTReader.cpp9974 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 DComment.cpp215 case Decl::CXXMethod: in fill()
230 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
H A DDeclBase.cpp708 case CXXMethod: in getIdentifierNamespaceForKind()
981 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
H A DODRHash.cpp443 case Decl::CXXMethod: in isWhitelistedDecl()
H A DDeclCXX.cpp1941 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 DASTContext.cpp1507 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 DAnalysisDeclContext.cpp159 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 DIssueHash.cpp105 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
H A DPlistDiagnostics.cpp617 case Decl::CXXMethod: in FlushDiagnosticsImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexSymbol.cpp268 case Decl::CXXMethod: { in getSymbolInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp181 case Decl::CXXMethod: in VisitDecl()
H A DCodeGenModule.cpp4813 case Decl::CXXMethod: in EmitTopLevelDecl()
5058 case Decl::CXXMethod: in AddDeferredUnusedCoverageMapping()
5104 case Decl::CXXMethod: in EmitDeferredUnusedCoverageMappings()
H A DCGDecl.cpp57 case Decl::CXXMethod: in EmitDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp3389 case Decl::CXXMethod: in getCursorKindForDecl()
H A DSemaExpr.cpp3029 case Decl::CXXMethod: in BuildDeclarationNameExpr()