Searched refs:LFunction (Results 1 – 3 of 3) sorted by relevance
550 case LFunction: in getIdentKindName()
1963 LFunction, // Same as Function, but as wide string. enumerator
3485 if (IK == PredefinedExpr::LFunction || IK == PredefinedExpr::LFuncSig) { in BuildPredefinedExpr()3518 case tok::kw_L__FUNCTION__: IK = PredefinedExpr::LFunction; break; // [MS] in ActOnPredefinedExpr()