Searched refs:CXXMethod (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h109 CXXMethod, enumerator in enum:clang::ODRDiagsEmitter::ODRMismatchDecl
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp230 case Decl::CXXMethod:
245 if (K == Decl::CXXMethod || K == Decl::CXXConstructor ||
H A DODRDiagsEmitter.cpp604 case Decl::CXXMethod:
607 return CXXMethod;
1048 case CXXMethod: {
1611 case CXXMethod:
2053 case CXXMethod:
2182 case CXXMethod:
H A DDeclBase.cpp827 case CXXMethod:
1156 if (getKind(D) == Decl::CXXMethod) {
H A DODRHash.cpp539 case Decl::CXXMethod:
H A DDeclTemplate.cpp1607 case Decl::Kind::CXXMethod:
H A DDeclCXX.cpp2278 CXXMethod, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin,
2284 CXXMethod, C, nullptr, SourceLocation(), DeclarationNameInfo(),
H A DASTContext.cpp1570 if (const auto *CXXMethod = dyn_cast<CXXMethodDecl>(D)) {
1571 Overridden.append(overridden_methods_begin(CXXMethod),
1572 overridden_methods_end(CXXMethod));
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp160 auto *CXXMethod = dyn_cast<CXXMethodDecl>(D); local
161 if (!CXXMethod)
164 const CXXRecordDecl *parent = CXXMethod->getParent();
H A DIssueHash.cpp106 case Decl::CXXMethod:
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp319 case Decl::CXXMethod:
372 case Decl::CXXMethod:
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp222 case Decl::Kind::CXXMethod:
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp274 case Decl::CXXMethod: {
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp720 case Decl::CXXMethod:
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp201 case Decl::CXXMethod:
H A DCodeGenModule.cpp6737 case Decl::CXXMethod:
7034 case Decl::CXXMethod:
7074 case Decl::CXXMethod:
H A DCGDecl.cpp63 case Decl::CXXMethod:
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4092 case Decl::CXXMethod:
H A DSemaExpr.cpp3678 case Decl::CXXMethod:
H A DSemaDecl.cpp9912 NewFD->getKind() == Decl::Kind::CXXMethod && NewFD->getIdentifier() &&

Completed in 449 milliseconds