Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h236 unsigned Subobject = 0; member
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6408 LValue Subobject = This; in HandleConstructorCall() local
6675 LValue Subobject = This; in HandleDestructionImpl() local
6693 LValue Subobject = This; in HandleDestructionImpl() local
6869 bool Subobject = false; in CheckDeleteKind() local
10165 LValue Subobject = This; in HandleClassZeroInitialization() local
10192 LValue Subobject = This; in ZeroInitialization() local
10282 LValue Subobject = This; in VisitCXXParenListOrInitListExpr() local
10335 LValue Subobject = This; in VisitCXXParenListOrInitListExpr() local
10540 LValue Subobject = This; in VisitLambdaExpr() local
11085 LValue Subobject = This; in VisitCXXParenListOrInitListExpr() local
[all …]
H A DASTContext.cpp2702 for (const auto *Subobject : Subobjects) { in structSubobjectsHaveUniqueObjectRepresentations() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8087 using Subobject = DefaultedComparisonSubobject; typedef in __anonc650e9f61e11::DefaultedComparisonAnalyzer
9311 typedef llvm::PointerUnion<CXXBaseSpecifier*, FieldDecl*> Subobject; typedef