Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.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-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp23 compileFunc(const FunctionDecl * FuncDecl) compileFunc() argument
[all...]
H A DByteCodeExprGen.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp388 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 DExprMutationAnalyzer.cpp607 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); findFunctionArgMutation() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1426 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 DParser.cpp1385 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, ParseFunctionDefinition() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4885 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 DSemaObjCProperty.cpp1542 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) ActOnPropertyImplDecl() local
H A DSemaDeclAttr.cpp1756 const auto *FuncDecl = cast<FunctionDecl>(D); AddAllocAlignAttr() local