Home
last modified time | relevance | path

Searched defs:funcDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp401 auto const *funcDecl = cast<FunctionDecl>(gd.getDecl()); in emitGlobalFunctionDefinition() local
1724 auto *funcDecl = llvm::cast_or_null<FunctionDecl>(gd.getDecl()); in getOrCreateCIRFunction() local
1792 const clang::FunctionDecl *funcDecl) { in createCIRFunction()
H A DCIRGenFunction.cpp438 const auto funcDecl = cast<FunctionDecl>(gd.getDecl()); in generateCode() local
H A DCIRGenExpr.cpp1266 const auto *funcDecl = cast<FunctionDecl>(declRef->getDecl()); in emitCallee() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp51 void WebAssemblyAsmTypeCheck::funcDecl(const wasm::WasmSignature &Sig) { in funcDecl() function in llvm::WebAssemblyAsmTypeCheck