Searched defs:CGCallee (Results 1 – 3 of 3) sorted by relevance
99 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 [all...]
92 class CGCallee; global() variable [all...]
37 class CGCallee; variable