Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3268 bool includeVBases = true,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8533 bool includeVBases, in getObjCEncodingForStructureImpl() argument
8565 if (CXXRec && includeVBases) { in getObjCEncodingForStructureImpl()
8580 size = includeVBases ? layout.getSize() : layout.getNonVirtualSize(); in getObjCEncodingForStructureImpl()