Home
last modified time | relevance | path

Searched defs:Subobject (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCXXInheritance.h236 unsigned Subobject = 0; member
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp6308 LValue Subobject = This; in HandleConstructorCall() local
6567 LValue Subobject = This; in HandleDestructionImpl() local
6585 LValue Subobject = This; in HandleDestructionImpl() local
6762 bool Subobject = false; in CheckDeleteKind() local
9852 LValue Subobject = This; in HandleClassZeroInitialization() local
9879 LValue Subobject = This; in ZeroInitialization() local
9955 LValue Subobject = This; in VisitInitListExpr() local
10008 LValue Subobject = This; in VisitInitListExpr() local
10211 LValue Subobject = This; in VisitLambdaExpr() local
10756 LValue Subobject = This; in VisitInitListExpr() local
[all …]
H A DASTContext.cpp2732 for (const auto *Subobject : Subobjects) { in structSubobjectsHaveUniqueObjectRepresentations() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp7779 using Subobject = DefaultedComparisonSubobject; typedef in __anonc19065b01e11::DefaultedComparisonAnalyzer
8939 typedef llvm::PointerUnion<CXXBaseSpecifier*, FieldDecl*> Subobject; typedef