Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp473 if (E->getArg(0)->isTemporaryObject(getContext(), CD->getParent())) { in EmitCXXConstructExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp615 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/llvm-project/clang/lib/AST/
DExpr.cpp2908 bool Expr::isTemporaryObject(ASTContext &C, const CXXRecordDecl *TempTy) const { in isTemporaryObject() function in Expr
/external/llvm-project/clang/include/clang/AST/
DExpr.h938 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()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp6288 CurInitExpr->isTemporaryObject(S.Context, Class) && in CopyObject()
DSemaDeclCXX.cpp15005 Elidable = SubExpr->isTemporaryObject( in BuildCXXConstructExpr()