Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp2197 const bool IsVirtualCall = MD && MD->isVirtual(); in ConstructAttributeList() local
2200 if (!(AttrOnCallSite && IsVirtualCall)) { in ConstructAttributeList()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp19973 bool IsVirtualCall = MD->isVirtual() && in MarkExprReferenced() local
19975 if (!IsVirtualCall) in MarkExprReferenced()