Searched defs:isDelegateCall (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/CodeGen/ | ||
H A D | CGFunctionInfo.h | 683 bool isDelegateCall() const { return DelegateCall; } isDelegateCall() function |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCall.cpp | 780 bool isDelegateCall = arrangeLLVMFunctionInfo() local |