Home
last modified time | relevance | path

Searched refs:getMaterializedTemporaryValue (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h2438 APValue *getMaterializedTemporaryValue(const MaterializeTemporaryExpr *E,
/external/clang/lib/AST/
DExprConstant.cpp2841 BaseVal = Info.Ctx.getMaterializedTemporaryValue(MTE, false); in findCompleteObject()
4834 Value = Info.Ctx.getMaterializedTemporaryValue(E, true); in VisitMaterializeTemporaryExpr()
DASTContext.cpp8854 ASTContext::getMaterializedTemporaryValue(const MaterializeTemporaryExpr *E, in getMaterializedTemporaryValue() function in ASTContext
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3565 Value = getContext().getMaterializedTemporaryValue(E, false); in GetAddrOfGlobalTemporary()