Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2395 const bool IsVirtualCall = MD && MD->isVirtual(); in ConstructAttributeList() local
2398 if (!(AttrOnCallSite && IsVirtualCall)) { in ConstructAttributeList()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp20724 bool IsVirtualCall = MD->isVirtual() && in MarkExprReferenced() local
20726 if (!IsVirtualCall) in MarkExprReferenced()