Home
last modified time | relevance | path

Searched refs:IsVirtualBase (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDUDTLayout.h154 bool isVirtualBase() const { return IsVirtualBase; } in isVirtualBase()
159 bool IsVirtualBase; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDUDTLayout.cpp162 IsVirtualBase = Base->isVirtualBaseClass(); in BaseClassLayout()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp11416 bool IsVirtualBase = in BuildUsingShadowDecl() local
11420 Context, CurContext, UD->getLocation(), UD, Orig, IsVirtualBase); in BuildUsingShadowDecl()