Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DStmtPrinter.cpp746 case PredefinedExpr::LFunction: in VisitPredefinedExpr()
DASTDumper.cpp1676 case PredefinedExpr::LFunction: OS << " L__FUNCTION__"; break; in VisitPredefinedExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExpr.cpp1952 case PredefinedExpr::LFunction: in EmitPredefinedLValue()
1969 case PredefinedExpr::LFunction: in EmitPredefinedLValue()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h1152 LFunction, // Same as Function, but as wide string. enumerator
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp2847 if (IT == PredefinedExpr::LFunction) in BuildPredefinedExpr()
2865 case tok::kw_L__FUNCTION__: IT = PredefinedExpr::LFunction; break; in ActOnPredefinedExpr()