Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDeclNodes.td52 def CXXMethod : DeclNode<Function>;
53 def CXXConstructor : DeclNode<CXXMethod>;
54 def CXXDestructor : DeclNode<CXXMethod>;
55 def CXXConversion : DeclNode<CXXMethod>;
H A DAttr.td95 def NonStaticCXXMethod : SubsetSubject<CXXMethod,
100 : SubsetSubject<CXXMethod,
426 def SubRuleForCXXMethod : AttrSubjectMatcherSubRule<"is_member", [CXXMethod]> {
3205 let Subjects = SubjectList<[CXXMethod]>;
3241 let Subjects = SubjectList<[CXXMethod]>;
3253 let Subjects = SubjectList<[CXXMethod]>;
/netbsd-src/external/apache2/llvm/dist/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.cpp105 case Decl::CXXMethod: in GetEnclosingDeclContextSignature()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp229 case Decl::CXXMethod: in fill()
244 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
H A DDeclBase.cpp740 case CXXMethod: in getIdentifierNamespaceForKind()
1023 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
H A DODRHash.cpp453 case Decl::CXXMethod: in isDeclToBeProcessed()
H A DDeclCXX.cpp2204 CXXMethodDecl(CXXMethod, C, RD, StartLoc, NameInfo, T, TInfo, SC, in Create()
2211 CXXMethodDecl(CXXMethod, C, nullptr, SourceLocation(), in CreateDeserialized()
H A DASTContext.cpp1646 if (const auto *CXXMethod = dyn_cast<CXXMethodDecl>(D)) { in getOverriddenMethods() local
1647 Overridden.append(overridden_methods_begin(CXXMethod), in getOverriddenMethods()
1648 overridden_methods_end(CXXMethod)); in getOverriddenMethods()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp311 case Decl::CXXMethod: in getDefinitiveDeclContext()
364 case Decl::CXXMethod: in isRedeclarableDeclKind()
H A DASTReader.cpp9552 CXXMethod, in diagnoseOdrViolations() enumerator
9865 case Decl::CXXMethod: in diagnoseOdrViolations()
9868 return CXXMethod; in diagnoseOdrViolations()
10409 case CXXMethod: { in diagnoseOdrViolations()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp222 case Decl::Kind::CXXMethod: in HandleNamedDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp273 case Decl::CXXMethod: { in getSymbolInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp721 case Decl::CXXMethod: in FlushDiagnosticsImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp121 FDecl->getKind() != Decl::CXXMethod)) in create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp187 case Decl::CXXMethod: in VisitDecl()
H A DCodeGenModule.cpp5666 case Decl::CXXMethod: in EmitTopLevelDecl()
5943 case Decl::CXXMethod: in AddDeferredUnusedCoverageMapping()
5989 case Decl::CXXMethod: in EmitDeferredUnusedCoverageMappings()
H A DCGDecl.cpp62 case Decl::CXXMethod: in EmitDecl()
H A DCGDebugInfo.cpp1756 case Decl::CXXMethod: in CreateCXXMemberFunction()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6500 case Decl::CXXMethod: in clang_getCursorDefinition()
7915 case Decl::CXXMethod: in getDeclLanguage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3864 case Decl::CXXMethod: in getCursorKindForDecl()
H A DSemaExpr.cpp3412 case Decl::CXXMethod: in BuildDeclarationNameExpr()