Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCXXInheritance.h248 unsigned Subobject = 0; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp4563 LValue Subobject = This; in HandleConstructorCall() local
6531 LValue Subobject = This; in HandleClassZeroInitialization() local
6545 LValue Subobject = This; in HandleClassZeroInitialization() local
6570 LValue Subobject = This; in ZeroInitialization() local
6640 LValue Subobject = This; in VisitInitListExpr() local
6664 LValue Subobject = This; in VisitInitListExpr() local
6685 LValue Subobject = This; in VisitInitListExpr() local
7150 LValue Subobject = This; in ZeroInitialization() local
7237 LValue Subobject = This; in VisitInitListExpr() local
7273 LValue Subobject = This; in VisitArrayInitLoopExpr() local
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp6821 typedef llvm::PointerUnion<CXXBaseSpecifier*, FieldDecl*> Subobject; typedef