Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td53 def CXXMethod : DeclNode<Function>;
54 def CXXConstructor : DeclNode<CXXMethod>;
55 def CXXDestructor : DeclNode<CXXMethod>;
56 def CXXConversion : DeclNode<CXXMethod>;
H A DAttr.td114 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 DComment.cpp230 case Decl::CXXMethod: in fill()
245 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
H A DODRDiagsEmitter.cpp604 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 DDeclBase.cpp827 case CXXMethod: in getIdentifierNamespaceForKind()
1156 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
H A DODRHash.cpp539 case Decl::CXXMethod: in isSubDeclToBeProcessed()
H A DDeclCXX.cpp2278 CXXMethod, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in Create()
2284 CXXMethod, C, nullptr, SourceLocation(), DeclarationNameInfo(), in CreateDeserialized()
H A DDeclTemplate.cpp1607 case Decl::Kind::CXXMethod: in getReplacedTemplateParameterList()
H A DASTContext.cpp1570 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 DASTCommon.cpp319 case Decl::CXXMethod: in getDefinitiveDeclContext()
372 case Decl::CXXMethod: in isRedeclarableDeclKind()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h109 CXXMethod, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp160 auto *CXXMethod = dyn_cast<CXXMethodDecl>(D); in getSelfDecl() local
161 if (!CXXMethod) in getSelfDecl()
164 const CXXRecordDecl *parent = CXXMethod->getParent(); in getSelfDecl()
H A DIssueHash.cpp106 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp222 case Decl::Kind::CXXMethod: in HandleNamedDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp274 case Decl::CXXMethod: { in getSymbolInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp720 case Decl::CXXMethod: in FlushDiagnosticsImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp201 case Decl::CXXMethod: in VisitDecl()
H A DCodeGenModule.cpp6737 case Decl::CXXMethod: in EmitTopLevelDecl()
7034 case Decl::CXXMethod: in AddDeferredUnusedCoverageMapping()
7074 case Decl::CXXMethod: in EmitDeferredUnusedCoverageMappings()
H A DCGDecl.cpp63 case Decl::CXXMethod: in EmitDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4092 case Decl::CXXMethod: in getCursorKindForDecl()
H A DSemaDecl.cpp9912 NewFD->getKind() == Decl::Kind::CXXMethod && NewFD->getIdentifier() && in ActOnFunctionDeclarator()
H A DSemaExpr.cpp3678 case Decl::CXXMethod: in BuildDeclarationNameExpr()