| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 53 def CXXMethod : DeclNode<Function>; 54 def CXXConstructor : DeclNode<CXXMethod>; 55 def CXXDestructor : DeclNode<CXXMethod>; 56 def CXXConversion : DeclNode<CXXMethod>;
|
| H A D | Attr.td | 110 def NonStaticCXXMethod : SubsetSubject<CXXMethod, 115 : SubsetSubject<CXXMethod, 464 def SubRuleForCXXMethod : AttrSubjectMatcherSubRule<"is_member", [CXXMethod]> { 3385 let Subjects = SubjectList<[CXXMethod]>; 3421 let Subjects = SubjectList<[CXXMethod]>; 3433 let Subjects = SubjectList<[CXXMethod]>;
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Comment.cpp | 226 case Decl::CXXMethod: in fill() 241 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
|
| H A D | ODRDiagsEmitter.cpp | 602 case Decl::CXXMethod: in FindTypeDiffs() 605 return CXXMethod; in FindTypeDiffs() 1043 case CXXMethod: { in diagnoseMismatch() 1606 case CXXMethod: in diagnoseMismatch() 2047 case CXXMethod: in diagnoseMismatch() 2175 case CXXMethod: in diagnoseMismatch()
|
| H A D | DeclBase.cpp | 754 case CXXMethod: in getIdentifierNamespaceForKind() 1059 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
|
| H A D | ODRHash.cpp | 535 case Decl::CXXMethod: in isSubDeclToBeProcessed()
|
| H A D | DeclCXX.cpp | 2237 CXXMethod, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in Create() 2243 CXXMethod, C, nullptr, SourceLocation(), DeclarationNameInfo(), in CreateDeserialized()
|
| H A D | DeclTemplate.cpp | 1620 case Decl::Kind::CXXMethod: in getReplacedTemplateParameterList()
|
| H A D | ASTContext.cpp | 1641 if (const auto *CXXMethod = dyn_cast<CXXMethodDecl>(D)) { in getOverriddenMethods() local 1642 Overridden.append(overridden_methods_begin(CXXMethod), in getOverriddenMethods() 1643 overridden_methods_end(CXXMethod)); in getOverriddenMethods()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 314 case Decl::CXXMethod: in getDefinitiveDeclContext() 367 case Decl::CXXMethod: in isRedeclarableDeclKind()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A 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()
|
| H A D | IssueHash.cpp | 106 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ODRDiagsEmitter.h | 109 CXXMethod, enumerator
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 222 case Decl::Kind::CXXMethod: in HandleNamedDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 273 case Decl::CXXMethod: { in getSymbolInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 722 case Decl::CXXMethod: in FlushDiagnosticsImpl()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 188 case Decl::CXXMethod: in VisitDecl()
|
| H A D | CodeGenModule.cpp | 6292 case Decl::CXXMethod: in EmitTopLevelDecl() 6591 case Decl::CXXMethod: in AddDeferredUnusedCoverageMapping() 6637 case Decl::CXXMethod: in EmitDeferredUnusedCoverageMappings()
|
| H A D | CGDecl.cpp | 63 case Decl::CXXMethod: in EmitDecl()
|
| H A D | CGDebugInfo.cpp | 1851 case Decl::CXXMethod: in CreateCXXMemberFunction()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6765 case Decl::CXXMethod: in clang_getCursorDefinition() 8181 case Decl::CXXMethod: in getDeclLanguage()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4015 case Decl::CXXMethod: in getCursorKindForDecl()
|
| H A D | SemaDecl.cpp | 9678 NewFD->getKind() == Decl::Kind::CXXMethod && NewFD->getIdentifier() && in ActOnFunctionDeclarator()
|
| H A D | SemaExpr.cpp | 3480 case Decl::CXXMethod: in BuildDeclarationNameExpr()
|