Searched refs:checkTrivialSubobjectCall (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 6028 static bool checkTrivialSubobjectCall(Sema &S, SourceLocation SubobjLoc, in checkTrivialSubobjectCall() function 6118 if (!checkTrivialSubobjectCall(S, FI->getLocation(), FieldType, ConstRHS, in checkTrivialClassMembers() 6132 checkTrivialSubobjectCall(*this, RD->getLocation(), Ty, ConstArg, CSM, in DiagnoseNontrivial() 6216 if (!checkTrivialSubobjectCall(*this, BI.getLocStart(), BI.getType(), in SpecialMemberIsTrivial()
|