Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp616 case LFunction: in getIdentKindName()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1960 LFunction, // Same as Function, but as wide string. enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3496 if (IK == PredefinedExpr::LFunction || IK == PredefinedExpr::LFuncSig) { in BuildPredefinedExpr()
3551 case tok::kw_L__FUNCTION__: IK = PredefinedExpr::LFunction; break; // [MS] in ActOnPredefinedExpr()