Home
last modified time | relevance | path

Searched defs:Subobjects (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp41 return Subobjects.NumberOfNonVirtBases + (Subobjects.IsVirtBase ? 1 : 0) > 1; in isAmbiguous() local
184 IsVirtBaseAndNumberNonVirtBases &Subobjects = ClassSubobjects[BaseType]; lookupInBases() local
H A DASTContext.cpp2749 structSubobjectsHaveUniqueObjectRepresentations(const RangeT & Subobjects,int64_t CurOffsetInBits,const ASTContext & Context,const clang::ASTRecordLayout & Layout,bool CheckIfTriviallyCopyable) structSubobjectsHaveUniqueObjectRepresentations() argument