Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h1179 LFunction, // Same as Function, but as wide string. enumerator
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp461 case LFunction: in getIdentTypeName()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp3046 if (IT == PredefinedExpr::LFunction) { in BuildPredefinedExpr()
3076 case tok::kw_L__FUNCTION__: IT = PredefinedExpr::LFunction; break; in ActOnPredefinedExpr()