Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2968 bool includeVBases = true,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp7304 bool includeVBases, in getObjCEncodingForStructureImpl() argument
7336 if (CXXRec && includeVBases) { in getObjCEncodingForStructureImpl()
7351 size = includeVBases ? layout.getSize() : layout.getNonVirtualSize(); in getObjCEncodingForStructureImpl()