Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCXXInheritance.h236 unsigned Subobject = 0; member
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp6316 LValue Subobject = This; in HandleConstructorCall() local
6575 LValue Subobject = This; in HandleDestructionImpl() local
6593 LValue Subobject = This; in HandleDestructionImpl() local
6770 bool Subobject = false; in CheckDeleteKind() local
9859 LValue Subobject = This; in HandleClassZeroInitialization() local
9873 LValue Subobject = This; in HandleClassZeroInitialization() local
9900 LValue Subobject = This; in ZeroInitialization() local
9990 LValue Subobject = This; in VisitCXXParenListOrInitListExpr() local
10020 LValue Subobject = This; in VisitCXXParenListOrInitListExpr() local
10043 LValue Subobject = This; in VisitCXXParenListOrInitListExpr() local
[all …]
H A DASTContext.cpp2743 for (const auto *Subobject : Subobjects) { in structSubobjectsHaveUniqueObjectRepresentations() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp7848 using Subobject = DefaultedComparisonSubobject; typedef in __anonb2dcaa771e11::DefaultedComparisonAnalyzer
9025 typedef llvm::PointerUnion<CXXBaseSpecifier*, FieldDecl*> Subobject; typedef