Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp323 const FunctionDecl *FuncDecl = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); in checkPreCall() local
366 const FunctionDecl *FuncDecl = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); in checkPostCall() local
575 const FunctionDecl *FuncDecl = in checkPointerEscape() local
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp539 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); in findFunctionArgMutation() local
/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1433 if (const FunctionDecl *FuncDecl = dyn_cast<FunctionDecl>(Decl)) { in migrateCFAnnotation() local
1458 const FunctionDecl *FuncDecl, in AddCFAnnotations()
1506 const FunctionDecl *FuncDecl) { in migrateAddFunctionAnnotation()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1263 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4515 AbstractAssumeAlignedAttrEmitter(CodeGenFunction &CGF_, const Decl *FuncDecl) in AbstractAssumeAlignedAttrEmitter()
4559 AssumeAlignedAttrEmitter(CodeGenFunction &CGF_, const Decl *FuncDecl) in AssumeAlignedAttrEmitter()
4577 AllocAlignAttrEmitter(CodeGenFunction &CGF_, const Decl *FuncDecl, in AllocAlignAttrEmitter()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1544 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local
H A DSemaDeclAttr.cpp1644 const auto *FuncDecl = cast<FunctionDecl>(D); in AddAllocAlignAttr() local