Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3110 bool includeVBases = true,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7782 bool includeVBases, in getObjCEncodingForStructureImpl() argument
7816 if (CXXRec && includeVBases) { in getObjCEncodingForStructureImpl()
7831 size = includeVBases ? layout.getSize() : layout.getNonVirtualSize(); in getObjCEncodingForStructureImpl()