Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp521 case LFunction: in getIdentKindName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1772 LFunction, // Same as Function, but as wide string. enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3101 if (IK == PredefinedExpr::LFunction || IK == PredefinedExpr::LFuncSig) { in BuildPredefinedExpr()
3132 case tok::kw_L__FUNCTION__: IK = PredefinedExpr::LFunction; break; // [MS] in ActOnPredefinedExpr()