Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h3059 bool includeVBases = true,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7763 bool includeVBases, in getObjCEncodingForStructureImpl() argument
7797 if (CXXRec && includeVBases) { in getObjCEncodingForStructureImpl()
7812 size = includeVBases ? layout.getSize() : layout.getNonVirtualSize(); in getObjCEncodingForStructureImpl()