Searched refs:LFunction (Results 1 – 5 of 5) sorted by relevance
746 case PredefinedExpr::LFunction: in VisitPredefinedExpr()
1676 case PredefinedExpr::LFunction: OS << " L__FUNCTION__"; break; in VisitPredefinedExpr()
1952 case PredefinedExpr::LFunction: in EmitPredefinedLValue()1969 case PredefinedExpr::LFunction: in EmitPredefinedLValue()
1152 LFunction, // Same as Function, but as wide string. enumerator
2847 if (IT == PredefinedExpr::LFunction) in BuildPredefinedExpr()2865 case tok::kw_L__FUNCTION__: IT = PredefinedExpr::LFunction; break; in ActOnPredefinedExpr()