Searched refs:tryEmitAsConstant (Results 1 – 5 of 5) sorted by relevance
129 = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
119 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
2776 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
271 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
1135 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction