Home
last modified time | relevance | path

Searched defs:FuncDecl (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDFuchsiaHandleChecker.cpp320 const FunctionDecl *FuncDecl = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); in checkPreCall() local
363 const FunctionDecl *FuncDecl = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); in checkPostCall() local
572 const FunctionDecl *FuncDecl = in checkPointerEscape() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDByteCodeEmitter.cpp34 Function *ByteCodeEmitter::compileFunc(const FunctionDecl *FuncDecl) { in compileFunc()
HDCompiler.cpp3935 const FunctionDecl *FuncDecl = E->getDirectCallee(); in VisitCallExpr() local
5152 } else if (const auto *FuncDecl = dyn_cast<FunctionDecl>(D)) { in visitDeclRef() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDDataflowEnvironment.cpp638 void Environment::pushCallInternal(const FunctionDecl *FuncDecl, in pushCallInternal()
1204 DataflowAnalysisContext *DACtx, const FunctionDecl *FuncDecl, in buildResultObjectMap()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDObjCMT.cpp1427 if (const FunctionDecl *FuncDecl = dyn_cast<FunctionDecl>(Decl)) { in migrateCFAnnotation() local
1452 const FunctionDecl *FuncDecl, in AddCFAnnotations()
1500 const FunctionDecl *FuncDecl) { in migrateAddFunctionAnnotation()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp623 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); in findFunctionArgMutation() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParser.cpp1390 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp4922 AbstractAssumeAlignedAttrEmitter(CodeGenFunction &CGF_, const Decl *FuncDecl) in AbstractAssumeAlignedAttrEmitter()
4966 AssumeAlignedAttrEmitter(CodeGenFunction &CGF_, const Decl *FuncDecl) in AssumeAlignedAttrEmitter()
4984 AllocAlignAttrEmitter(CodeGenFunction &CGF_, const Decl *FuncDecl, in AllocAlignAttrEmitter()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp1521 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local
HDSemaDeclAttr.cpp1420 const auto *FuncDecl = cast<FunctionDecl>(D); in AddAllocAlignAttr() local