Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h2158 APValue *getMaterializedTemporaryValue(const MaterializeTemporaryExpr *E,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.cpp2754 Value = getContext().getMaterializedTemporaryValue(E, false); in GetAddrOfGlobalTemporary()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExprConstant.cpp2523 BaseVal = Info.Ctx.getMaterializedTemporaryValue(MTE, false); in findCompleteObject()
4400 Value = Info.Ctx.getMaterializedTemporaryValue(E, true); in VisitMaterializeTemporaryExpr()
DASTContext.cpp8099 ASTContext::getMaterializedTemporaryValue(const MaterializeTemporaryExpr *E, in getMaterializedTemporaryValue() function in ASTContext