Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp662 case PredefinedIdentKind::LFunction: in getIdentKindName()
734 IK == PredefinedIdentKind::LFunction && LO.MSVCCompat; in ComputeName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1978 LFunction, // Same as Function, but as wide string. enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1895 return PredefinedIdentKind::LFunction; // [MS] in getPredefinedExprKind()
3488 if (IK == PredefinedIdentKind::LFunction || in BuildPredefinedExpr()