Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h7301 const OpaqueValueExpr *getCastedTemporary() const { in getCastedTemporary() function
7304 OpaqueValueExpr *getCastedTemporary() { in getCastedTemporary() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5738 EmitInitializationToLValue(E->getCastedTemporary()->getSourceExpr(), in EmitHLSLOutArgLValues()
5741 OpaqueValueMappingData::bind(*this, E->getCastedTemporary(), TempLV); in EmitHLSLOutArgLValues()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp3040 Record.AddStmt(S->getCastedTemporary()); in VisitHLSLOutArgExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12815 {OutArgE->getCastedTemporary()->getSourceExpr(), CC, IsListInit}); in AnalyzeImplicitConversions()