Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2377 const bool IsVirtualCall = MD && MD->isVirtual(); in ConstructAttributeList() local
2380 if (!(AttrOnCallSite && IsVirtualCall)) { in ConstructAttributeList()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19738 bool IsVirtualCall = MD->isVirtual() && in MarkExprReferenced() local
19740 if (!IsVirtualCall) in MarkExprReferenced()