Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h577 unsigned DelegateCall : 1; variable
672 bool isDelegateCall() const { return DelegateCall; } in isDelegateCall()
760 ID.AddBoolean(DelegateCall); in Profile()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp840 FI->DelegateCall = delegateCall; in create()