Home
last modified time | relevance | path

Searched defs:CGCallee (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h99 explicit CGCallee(SpecialKind kind) : KindOrFunctionPointer(kind) {} in CGCallee() function
101 CGCallee(const FunctionDecl *builtinDecl, unsigned builtinID) in CGCallee() function
108 CGCallee() : KindOrFunctionPointer(SpecialKind::Invalid) {} in CGCallee() function
H A DCodeGenFunction.h92 class CGCallee; variable
H A DCGCXXABI.h37 class CGCallee; variable