Home
last modified time | relevance | path

Searched refs:hasFunctionDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp738 if (!callee.hasFunctionDecl() || i >= callee.getNumParams()) in emitCallArgs()
H A DCIRGenFunction.h356 bool hasFunctionDecl() const { in hasFunctionDecl() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h544 bool hasFunctionDecl() const {
H A DCGCall.cpp4700 if (!AC.hasFunctionDecl() || I >= AC.getNumParams()) in EmitCallArgs()