Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h3220 bool includeVBases = true,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp8415 bool includeVBases, in getObjCEncodingForStructureImpl() argument
8449 if (CXXRec && includeVBases) { in getObjCEncodingForStructureImpl()
8464 size = includeVBases ? layout.getSize() : layout.getNonVirtualSize(); in getObjCEncodingForStructureImpl()