Searched defs:FuncDecl (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | FuchsiaHandleChecker.cpp | 320 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-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp | 23 compileFunc(const FunctionDecl * FuncDecl) compileFunc() argument [all...] |
H A D | ByteCodeExprGen.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 388 if (const auto *FuncDecl = dyn_cast<FunctionDecl>(DeclCtx)) { initialize() local 428 initFieldsGlobalsAndFuncs(const FunctionDecl * FuncDecl) initFieldsGlobalsAndFuncs() argument 516 pushCallInternal(const FunctionDecl * FuncDecl,ArrayRef<const Expr * > Args) pushCallInternal() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 607 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); findFunctionArgMutation() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1426 if (const FunctionDecl *FuncDecl = dyn_cast<FunctionDecl>(Decl)) { migrateCFAnnotation() local 1451 AddCFAnnotations(ASTContext & Ctx,const RetainSummary * RS,const FunctionDecl * FuncDecl,bool ResultAnnotated) AddCFAnnotations() argument 1499 migrateAddFunctionAnnotation(ASTContext & Ctx,const FunctionDecl * FuncDecl) migrateAddFunctionAnnotation() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1385 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, ParseFunctionDefinition() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 4885 AbstractAssumeAlignedAttrEmitter(CodeGenFunction & CGF_,const Decl * FuncDecl) AbstractAssumeAlignedAttrEmitter() argument 4929 AssumeAlignedAttrEmitter(CodeGenFunction & CGF_,const Decl * FuncDecl) AssumeAlignedAttrEmitter() argument 4947 AllocAlignAttrEmitter(CodeGenFunction & CGF_,const Decl * FuncDecl,const CallArgList & CallArgs) AllocAlignAttrEmitter() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1542 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) ActOnPropertyImplDecl() local
|
H A D | SemaDeclAttr.cpp | 1756 const auto *FuncDecl = cast<FunctionDecl>(D); AddAllocAlignAttr() local
|