Searched refs:LFunction (Results 1 – 6 of 6) sorted by relevance
656 case PredefinedExpr::LFunction: in VisitPredefinedExpr()
1510 case PredefinedExpr::LFunction: OS << " L__FUNCTION__"; break; in VisitPredefinedExpr()
1973 case PredefinedExpr::LFunction: in EmitPredefinedLValue()1986 case PredefinedExpr::LFunction: in EmitPredefinedLValue()
1107 if (IT == PredefinedExpr::LFunction) in TransformPredefinedExpr()
2599 case tok::kw_L__FUNCTION__: IT = PredefinedExpr::LFunction; break; in ActOnPredefinedExpr()2627 if (IT == PredefinedExpr::LFunction) in ActOnPredefinedExpr()
1141 LFunction, // Same as Function, but as wide string. enumerator