Searched refs:CXXMethod (Results 1 – 21 of 21) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DeclNodes.td | 52 def CXXMethod : DeclNode<Function>; 53 def CXXConstructor : DeclNode<CXXMethod>; 54 def CXXDestructor : DeclNode<CXXMethod>; 55 def CXXConversion : DeclNode<CXXMethod>;
|
| D | Attr.td | 95 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/ |
| D | Comment.cpp | 229 case Decl::CXXMethod: in fill() 244 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
|
| D | DeclBase.cpp | 740 case CXXMethod: in getIdentifierNamespaceForKind() 1027 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
|
| D | ODRHash.cpp | 453 case Decl::CXXMethod: in isDeclToBeProcessed()
|
| D | DeclCXX.cpp | 2190 CXXMethodDecl(CXXMethod, C, RD, StartLoc, NameInfo, T, TInfo, SC, in Create() 2197 CXXMethodDecl(CXXMethod, C, nullptr, SourceLocation(), in CreateDeserialized()
|
| D | ASTContext.cpp | 1661 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/ |
| D | ASTCommon.cpp | 311 case Decl::CXXMethod: in getDefinitiveDeclContext() 364 case Decl::CXXMethod: in isRedeclarableDeclKind()
|
| D | ASTReader.cpp | 9581 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/ |
| 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()
|
| D | IssueHash.cpp | 105 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | InterfaceStubFunctionsConsumer.cpp | 222 case Decl::Kind::CXXMethod: in HandleNamedDecl()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Index/ |
| D | IndexSymbol.cpp | 273 case Decl::CXXMethod: { in getSymbolInfo()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | PlistDiagnostics.cpp | 721 case Decl::CXXMethod: in FlushDiagnosticsImpl()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | GenericTaintChecker.cpp | 121 FDecl->getKind() != Decl::CXXMethod)) in create()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenPGO.cpp | 187 case Decl::CXXMethod: in VisitDecl()
|
| D | CodeGenModule.cpp | 5696 case Decl::CXXMethod: in EmitTopLevelDecl() 5977 case Decl::CXXMethod: in AddDeferredUnusedCoverageMapping() 6023 case Decl::CXXMethod: in EmitDeferredUnusedCoverageMappings()
|
| D | CGDecl.cpp | 62 case Decl::CXXMethod: in EmitDecl()
|
| D | CGDebugInfo.cpp | 1737 case Decl::CXXMethod: in CreateCXXMemberFunction()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaCodeComplete.cpp | 3864 case Decl::CXXMethod: in getCursorKindForDecl()
|
| D | SemaExpr.cpp | 3423 case Decl::CXXMethod: in BuildDeclarationNameExpr()
|