Home
last modified time | relevance | path

Searched defs:isDelegateCall (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h683 bool isDelegateCall() const { return DelegateCall; } in isDelegateCall() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp779 bool isDelegateCall = in arrangeLLVMFunctionInfo() local