Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h154 bool isVirtualBase() const { return IsVirtualBase; } in isVirtualBase()
159 bool IsVirtualBase; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp162 IsVirtualBase = Base->isVirtualBaseClass(); in BaseClassLayout()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp11821 bool IsVirtualBase = in BuildUsingShadowDecl() local
11825 Context, CurContext, UD->getLocation(), UD, Orig, IsVirtualBase); in BuildUsingShadowDecl()