Searched refs:LFunction (Results 1 – 6 of 6) sorted by relevance
721 case PredefinedExpr::LFunction: in VisitPredefinedExpr()
1584 case PredefinedExpr::LFunction: OS << " L__FUNCTION__"; break; in VisitPredefinedExpr()
1938 case PredefinedExpr::LFunction: in EmitPredefinedLValue()1951 case PredefinedExpr::LFunction: in EmitPredefinedLValue()
1161 if (IT == PredefinedExpr::LFunction) in TransformPredefinedExpr()
2767 case tok::kw_L__FUNCTION__: IT = PredefinedExpr::LFunction; break; in ActOnPredefinedExpr()2795 if (IT == PredefinedExpr::LFunction) in ActOnPredefinedExpr()
1152 LFunction, // Same as Function, but as wide string. enumerator