reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
876 bool isTemporaryObject(ASTContext &Ctx, const CXXRecordDecl *TempTy) const;
599 if (E->getArg(0)->isTemporaryObject(getContext(), CD->getParent())) {
tools/clang/lib/Sema/SemaDeclCXX.cpp13441 Elidable = SubExpr->isTemporaryObject(
tools/clang/lib/Sema/SemaInit.cpp 6229 CurInitExpr->isTemporaryObject(S.Context, Class) &&