Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h236 unsigned Subobject = 0; member
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6229 LValue Subobject = This; in HandleConstructorCall() local
6488 LValue Subobject = This; in HandleDestructionImpl() local
6506 LValue Subobject = This; in HandleDestructionImpl() local
6683 bool Subobject = false; in CheckDeleteKind() local
9721 LValue Subobject = This; in HandleClassZeroInitialization() local
9748 LValue Subobject = This; in ZeroInitialization() local
9824 LValue Subobject = This; in VisitInitListExpr() local
9877 LValue Subobject = This; in VisitInitListExpr() local
10070 LValue Subobject = This; in VisitLambdaExpr() local
10525 LValue Subobject = This; in VisitInitListExpr() local
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7674 using Subobject = DefaultedComparisonSubobject; typedef in __anon6089c8b41f11::DefaultedComparisonAnalyzer
8759 typedef llvm::PointerUnion<CXXBaseSpecifier*, FieldDecl*> Subobject; typedef