Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.td110 def NonStaticCXXMethod : SubsetSubject<CXXMethod,
115 : SubsetSubject<CXXMethod,
451 def SubRuleForCXXMethod : AttrSubjectMatcherSubRule<"is_member", [CXXMethod]> {
3373 let Subjects = SubjectList<[CXXMethod]>;
3409 let Subjects = SubjectList<[CXXMethod]>;
3421 let Subjects = SubjectList<[CXXMethod]>;
/llvm-project-15.0.7/clang/test/Parser/
H A Dskip-function-bodies.mm36 // CHECK-NOT: skip-function-bodies.mm:9:12: CXXMethod=d:9:12 (Definition) Extent=[9:7 - 9:18]
56 // CHECK-PREAMBLE: skip-function-bodies.mm:9:12: CXXMethod=d:9:12 (Definition) Extent=[9:7 - 9:18]
/llvm-project-15.0.7/clang/lib/AST/
H A DComment.cpp226 case Decl::CXXMethod: in fill()
241 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
H A DDeclBase.cpp741 case CXXMethod: in getIdentifierNamespaceForKind()
1038 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
H A DODRHash.cpp454 case Decl::CXXMethod: in isDeclToBeProcessed()
H A DDeclCXX.cpp2208 CXXMethod, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in Create()
2214 CXXMethod, C, nullptr, SourceLocation(), DeclarationNameInfo(), in CreateDeserialized()
H A DASTContext.cpp1668 if (const auto *CXXMethod = dyn_cast<CXXMethodDecl>(D)) { in getOverriddenMethods() local
1669 Overridden.append(overridden_methods_begin(CXXMethod), in getOverriddenMethods()
1670 overridden_methods_end(CXXMethod)); in getOverriddenMethods()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTCommon.cpp314 case Decl::CXXMethod: in getDefinitiveDeclContext()
367 case Decl::CXXMethod: in isRedeclarableDeclKind()
H A DASTReader.cpp9655 CXXMethod, in diagnoseOdrViolations() enumerator
9927 case Decl::CXXMethod: in diagnoseOdrViolations()
9930 return CXXMethod; in diagnoseOdrViolations()
10392 case CXXMethod: { in diagnoseOdrViolations()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DFunctionCognitiveComplexityCheck.cpp478 case Decl::CXXMethod: in TraverseDecl()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp222 case Decl::Kind::CXXMethod: in HandleNamedDecl()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexSymbol.cpp273 case Decl::CXXMethod: { in getSymbolInfo()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp721 case Decl::CXXMethod: in FlushDiagnosticsImpl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp187 case Decl::CXXMethod: in VisitDecl()
H A DCodeGenModule.cpp6092 case Decl::CXXMethod: in EmitTopLevelDecl()
6383 case Decl::CXXMethod: in AddDeferredUnusedCoverageMapping()
6429 case Decl::CXXMethod: in EmitDeferredUnusedCoverageMappings()
H A DCGDecl.cpp62 case Decl::CXXMethod: in EmitDecl()
H A DCGDebugInfo.cpp1829 case Decl::CXXMethod: in CreateCXXMemberFunction()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp6728 case Decl::CXXMethod: in clang_getCursorDefinition()
8144 case Decl::CXXMethod: in getDeclLanguage()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3980 case Decl::CXXMethod: in getCursorKindForDecl()
H A DSemaDecl.cpp9527 NewFD->getKind() == Decl::Kind::CXXMethod && NewFD->getIdentifier() && in ActOnFunctionDeclarator()
H A DSemaExpr.cpp3483 case Decl::CXXMethod: in BuildDeclarationNameExpr()