Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h94 CGCallee(const FunctionDecl *builtinDecl, unsigned builtinID) in CGCallee() argument
96 BuiltinInfo.Decl = builtinDecl; in CGCallee()
117 const FunctionDecl *builtinDecl) { in forBuiltin() argument
119 result.BuiltinInfo.Decl = builtinDecl; in forBuiltin()