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