Home
last modified time | relevance | path

Searched refs:LFunction (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1973 LFunction, // Same as Function, but as wide string. enumerator
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp625 case LFunction: in getIdentKindName()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp3555 if (IK == PredefinedExpr::LFunction || IK == PredefinedExpr::LFuncSig) { in BuildPredefinedExpr()
3610 case tok::kw_L__FUNCTION__: IK = PredefinedExpr::LFunction; break; // [MS] in ActOnPredefinedExpr()