Home
last modified time | relevance | path

Searched refs:isTemporaryObject (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprCXX.cpp473 if (E->getArg(0)->isTemporaryObject(getContext(), CD->getParent())) { in EmitCXXConstructExpr()
/external/clang/lib/AST/
DExpr.cpp2520 bool Expr::isTemporaryObject(ASTContext &C, const CXXRecordDecl *TempTy) const { in isTemporaryObject() function in Expr
/external/clang/include/clang/AST/
DExpr.h792 bool isTemporaryObject(ASTContext &Ctx, const CXXRecordDecl *TempTy) const;
/external/clang/lib/Sema/
DSemaInit.cpp5471 bool Elidable = CurInitExpr->isTemporaryObject(S.Context, Class); in CopyObject()
DSemaDeclCXX.cpp11457 Elidable = SubExpr->isTemporaryObject( in BuildCXXConstructExpr()