Searched refs:getAsFunction (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp104 << PC.getDecl()->getAsFunction()->getQualifiedNameAsString()
113 << PC.getDecl()->getAsFunction()->getQualifiedNameAsString()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp262 const FunctionDecl *FD = Call.getDecl()->getAsFunction();
491 const FunctionDecl *FD = Call.getDecl()->getAsFunction();
H A DGenericTaintChecker.cpp116 const FunctionDecl *FDecl = Call.getDecl()->getAsFunction();
796 const FunctionDecl *FDecl = Call.getDecl()->getAsFunction();
884 const auto *FDecl = Call.getDecl()->getAsFunction();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h198 return getDecl()->getAsFunction()->getDefinition();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp608 FunctionDecl *OldD = D->getAsFunction();
809 FunctionDecl *OldFD = OldND->getAsFunction();
H A DSemaAccess.cpp1078 << isa<CXXDestructorDecl>(D->getAsFunction());
1772 assert(isa<CXXMethodDecl>(target->getAsFunction()));
1781 CXXMethodDecl *method = cast<CXXMethodDecl>(target->getAsFunction());
H A DSemaAvailability.cpp905 if (auto *FD = D->getAsFunction()) {
H A DSemaLookup.cpp2955 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction();
3410 NoteOverloadCandidate(*I, (*I)->getUnderlyingDecl()->getAsFunction());
3446 FunctionDecl *OldFD = Old->getAsFunction();
3447 FunctionDecl *NewFD = New->getAsFunction();
H A DAnalysisBasedWarnings.cpp681 if (D->getAsFunction() && D->getAsFunction()->isCPUDispatchMultiVersion())
H A DSemaDecl.cpp1392 FunctionDecl *FD = D->getAsFunction();
3215 FunctionDecl *Old = OldD->getAsFunction();
10244 if (D->getAsFunction()->getMultiVersionKind() != MultiVersionKind::None)
10365 FunctionDecl *CurFD = ND->getAsFunction();
10517 if (!OldDecl || !OldDecl->getAsFunction() ||
10527 FunctionDecl *OldFD = OldDecl->getAsFunction();
10659 OldMD = dyn_cast_or_null<CXXMethodDecl>(OldDecl->getAsFunction());
14112 if (const FunctionDecl *FD = D->getAsFunction()) {
14127 if (FunctionDecl *FD = Decl->getAsFunction())
14184 FunctionDecl *FD = dcl ? dcl->getAsFunction()
[all...]
H A DSema.cpp2230 if (const auto *FD = Fn->getAsFunction()) {
H A DSemaCodeComplete.cpp890 if (const FunctionDecl *Function = ND->getAsFunction())
2627 if (const FunctionDecl *Function = ND->getAsFunction())
H A DSemaDeclAttr.cpp3470 FunctionDecl *FD = D->getAsFunction();
H A DSemaDeclCXX.cpp11631 if (FunctionDecl *FD = Target->getAsFunction()) {
H A DSemaOverload.cpp1059 if (FunctionDecl *OldF = OldD->getAsFunction()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp113 !(FnD && FnD->getAsFunction() &&
114 FnD->getAsFunction()->getReturnType()->getContainedAutoType()) &&
124 FunctionDecl *FD = FnD->getAsFunction();
165 FunctionDecl *FD = FnD->getAsFunction();
H A DParseTemplate.cpp1636 FunctionDecl *FunD = LPT.D->getAsFunction();
H A DParser.cpp1212 FunctionDecl *FnD = DP->getAsFunction();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1062 FunctionDecl *getAsFunction() LLVM_READONLY;
1064 const FunctionDecl *getAsFunction() const { function
1065 return const_cast<Decl *>(this)->getAsFunction();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1103 ->getAsFunction()
1110 ->getAsFunction()
3018 ExistingDecl.getDecl()->getAsFunction()->isDefined()) {
4299 if (const auto *FD = D->getAsFunction())
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp218 FunctionDecl *Decl::getAsFunction() { function in class:Decl
H A DDeclCXX.cpp1542 cast<CXXConversionDecl>(Conv->getUnderlyingDecl()->getAsFunction())
H A DExprCXX.cpp1408 if (cast<CXXMethodDecl>(decl->getUnderlyingDecl()->getAsFunction())
H A DDecl.cpp1787 if (const auto *MD = dyn_cast_or_null<CXXMethodDecl>(D->getAsFunction()))
H A DASTContext.cpp10658 FunctionDecl *CurFD = CurDecl->getAsFunction()->getMostRecentDecl();
11225 const FunctionDecl *FD = GD.getDecl()->getAsFunction();

Completed in 635 milliseconds

12