Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp34 Function *ByteCodeEmitter::compileFunc(const FunctionDecl *FuncDecl) { in compileFunc()
H A DCompiler.cpp3935 const FunctionDecl *FuncDecl = E->getDirectCallee(); in VisitCallExpr() local
5152 } else if (const auto *FuncDecl = dyn_cast<FunctionDecl>(D)) { in visitDeclRef() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp638 void Environment::pushCallInternal(const FunctionDecl *FuncDecl, in pushCallInternal()
1204 DataflowAnalysisContext *DACtx, const FunctionDecl *FuncDecl, in buildResultObjectMap()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp623 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); in findFunctionArgMutation() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.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/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1390 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.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/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1521 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local
H A DSemaDeclAttr.cpp1420 const auto *FuncDecl = cast<FunctionDecl>(D); in AddAllocAlignAttr() local