Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.h84 const clang::FunctionDecl *getBuiltinDecl() const { in getBuiltinDecl() function
H A DCIRGenExpr.cpp1324 return emitBuiltinExpr(callee.getBuiltinDecl(), callee.getBuiltinID(), e, in emitCallExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h160 const FunctionDecl *getBuiltinDecl() const { in getBuiltinDecl() function
H A DCGExpr.cpp5863 return EmitBuiltinExpr(callee.getBuiltinDecl(), callee.getBuiltinID(), in EmitCallExpr()