Searched defs:IsVirtualCall (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCall.cpp | 2400 const bool IsVirtualCall = MD && MD->isVirtual(); ConstructAttributeList() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExpr.cpp | 19668 bool IsVirtualCall = MD->isVirtual() && MarkExprReferenced() local |