Searched defs:funcDecl (Results 1 – 4 of 4) sorted by relevance
401 auto const *funcDecl = cast<FunctionDecl>(gd.getDecl()); in emitGlobalFunctionDefinition() local1724 auto *funcDecl = llvm::cast_or_null<FunctionDecl>(gd.getDecl()); in getOrCreateCIRFunction() local1792 const clang::FunctionDecl *funcDecl) { in createCIRFunction()
438 const auto funcDecl = cast<FunctionDecl>(gd.getDecl()); in generateCode() local
1266 const auto *funcDecl = cast<FunctionDecl>(declRef->getDecl()); in emitCallee() local
51 void WebAssemblyAsmTypeCheck::funcDecl(const wasm::WasmSignature &Sig) { in funcDecl() function in llvm::WebAssemblyAsmTypeCheck