Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2043 const bool IsVirtualCall = MD && MD->isVirtual(); in ConstructAttributeList() local
2046 if (!(AttrOnCallSite && IsVirtualCall)) { in ConstructAttributeList()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18701 bool IsVirtualCall = MD->isVirtual() && in MarkExprReferenced() local
18703 if (!IsVirtualCall) in MarkExprReferenced()