Searched refs:FunctionDecl (Results 276 - 291 of 291) sorted by relevance

<<1112

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1755 auto *FD = dyn_cast_or_null<FunctionDecl>(Call->getCalleeDecl());
H A DItaniumCXXABI.cpp2554 FunctionDecl *FD = FunctionDecl::Create(
H A DCGStmtOpenMP.cpp428 FunctionDecl *DebugFunctionDecl = nullptr;
432 DebugFunctionDecl = FunctionDecl::Create(
5434 CGM.getMangledName(GlobalDecl(cast<FunctionDecl>(CGF.CurFuncDecl)));
H A DCGBuiltin.cpp86 llvm::Constant *CodeGenModule::getBuiltinLibFunction(const FunctionDecl *FD,
541 static RValue emitLibraryCall(CodeGenFunction &CGF, const FunctionDecl *FD,
1277 FunctionDecl *FD = FunctionDecl::Create(
1648 const FunctionDecl *FD = GD.getDecl()->getAsFunction();
6546 const FunctionDecl *FD = E->getDirectCallee();
8604 const FunctionDecl *FD = E->getDirectCallee();
H A DMicrosoftCXXABI.cpp375 getContext().GetGVALinkageForFunction(cast<FunctionDecl>(GD.getDecl()));
H A DCGOpenMPRuntimeNVPTX.cpp4726 if (const auto *FD = dyn_cast<FunctionDecl>(D)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1212 FunctionDecl *FnD = DP->getAsFunction();
H A DParseExpr.cpp716 if (isa<ValueDecl>(ND) && !isa<FunctionDecl>(ND))
H A DParseOpenMP.cpp1389 Optional<std::pair<FunctionDecl *, Expr *>> DeclVarData =
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp471 if (const auto *FD = dyn_cast_or_null<FunctionDecl>(RD.getDecl()))
H A DRegionStore.cpp409 if (const auto *FD = dyn_cast<FunctionDecl>(InitLoc->getDecl()))
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2122 const FunctionDecl *Def;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3642 if (FunctionDecl *fn = e->getDirectCallee())
3649 ACCResult checkCallToFunction(FunctionDecl *fn) {
H A DSemaObjCProperty.cpp1554 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee())
H A DSemaType.cpp8332 } else if (auto *FD = dyn_cast<FunctionDecl>(D)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2619 if (FunctionDecl *FD = C->getDirectCallee()) {

Completed in 326 milliseconds

<<1112