Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDeclNodes.td52 def CXXMethod : DeclNode<Function>;
53 def CXXConstructor : DeclNode<CXXMethod>;
54 def CXXDestructor : DeclNode<CXXMethod>;
55 def CXXConversion : DeclNode<CXXMethod>;
DAttr.td95 def NonStaticCXXMethod : SubsetSubject<CXXMethod,
100 : SubsetSubject<CXXMethod,
426 def SubRuleForCXXMethod : AttrSubjectMatcherSubRule<"is_member", [CXXMethod]> {
3232 let Subjects = SubjectList<[CXXMethod]>;
3268 let Subjects = SubjectList<[CXXMethod]>;
3280 let Subjects = SubjectList<[CXXMethod]>;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DComment.cpp229 case Decl::CXXMethod: in fill()
244 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
DDeclBase.cpp740 case CXXMethod: in getIdentifierNamespaceForKind()
1027 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
DODRHash.cpp453 case Decl::CXXMethod: in isDeclToBeProcessed()
DDeclCXX.cpp2190 CXXMethodDecl(CXXMethod, C, RD, StartLoc, NameInfo, T, TInfo, SC, in Create()
2197 CXXMethodDecl(CXXMethod, C, nullptr, SourceLocation(), in CreateDeserialized()
DASTContext.cpp1661 if (const auto *CXXMethod = dyn_cast<CXXMethodDecl>(D)) { in getOverriddenMethods() local
1662 Overridden.append(overridden_methods_begin(CXXMethod), in getOverriddenMethods()
1663 overridden_methods_end(CXXMethod)); in getOverriddenMethods()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTCommon.cpp311 case Decl::CXXMethod: in getDefinitiveDeclContext()
364 case Decl::CXXMethod: in isRedeclarableDeclKind()
DASTReader.cpp9581 CXXMethod, in diagnoseOdrViolations() enumerator
9894 case Decl::CXXMethod: in diagnoseOdrViolations()
9897 return CXXMethod; in diagnoseOdrViolations()
10438 case CXXMethod: { in diagnoseOdrViolations()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp160 auto *CXXMethod = dyn_cast<CXXMethodDecl>(D); in getSelfDecl() local
161 if (!CXXMethod) in getSelfDecl()
164 const CXXRecordDecl *parent = CXXMethod->getParent(); in getSelfDecl()
DIssueHash.cpp105 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DInterfaceStubFunctionsConsumer.cpp222 case Decl::Kind::CXXMethod: in HandleNamedDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexSymbol.cpp273 case Decl::CXXMethod: { in getSymbolInfo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp721 case Decl::CXXMethod: in FlushDiagnosticsImpl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp121 FDecl->getKind() != Decl::CXXMethod)) in create()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp187 case Decl::CXXMethod: in VisitDecl()
DCodeGenModule.cpp5696 case Decl::CXXMethod: in EmitTopLevelDecl()
5977 case Decl::CXXMethod: in AddDeferredUnusedCoverageMapping()
6023 case Decl::CXXMethod: in EmitDeferredUnusedCoverageMappings()
DCGDecl.cpp62 case Decl::CXXMethod: in EmitDecl()
DCGDebugInfo.cpp1737 case Decl::CXXMethod: in CreateCXXMemberFunction()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3864 case Decl::CXXMethod: in getCursorKindForDecl()
DSemaExpr.cpp3423 case Decl::CXXMethod: in BuildDeclarationNameExpr()