Searched refs:Subobj (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp2228 bool found(APValue &Subobj, QualType SubobjType) {
2229 Result = Subobj;
2240 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) {
2242 Info, Subobj.getLValueBase().get<const Expr *>(), Character));
2278 bool found(APValue &Subobj, QualType SubobjType) {
2282 Subobj.swap(NewVal);
2302 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) {
2659 bool found(APValue &Subobj, QualType SubobjType) {
2660 switch (Subobj.getKind()) {
2662 return found(Subobj
[all...]
H A DDeclCXX.cpp352 void CXXRecordDecl::addedClassSubobject(CXXRecordDecl *Subobj) { argument
359 if (!Subobj->hasSimpleMoveConstructor())
368 if (!Subobj->hasSimpleMoveAssignment())
378 if (!Subobj->hasSimpleDestructor()) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp4934 bool shouldDeleteForClassSubobject(CXXRecordDecl *Class, Subobject Subobj,
4936 bool shouldDeleteForSubobjectCall(Subobject Subobj,
4940 bool isAccessible(Subobject Subobj, CXXMethodDecl *D);
4946 bool SpecialMemberDeletionInfo::isAccessible(Subobject Subobj, argument
4952 if (CXXBaseSpecifier *base = Subobj.dyn_cast<CXXBaseSpecifier*>()) {
4967 Subobject Subobj, Sema::SpecialMemberOverloadResult *SMOR,
4970 FieldDecl *Field = Subobj.dyn_cast<FieldDecl*>();
4978 else if (!isAccessible(Subobj, Decl))
5000 CXXBaseSpecifier *Base = Subobj.get<CXXBaseSpecifier*>();
5018 CXXRecordDecl *Class, Subobject Subobj, unsigne
4966 shouldDeleteForSubobjectCall( Subobject Subobj, Sema::SpecialMemberOverloadResult *SMOR, bool IsDtorCallInCtor) argument
5017 shouldDeleteForClassSubobject( CXXRecordDecl *Class, Subobject Subobj, unsigned Quals) argument
[all...]

Completed in 199 milliseconds