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

/external/clang/lib/AST/
H A DASTDumper.cpp1696 case PredefinedExpr::LFunction: OS << " L__FUNCTION__"; break;
H A DStmtPrinter.cpp915 case PredefinedExpr::LFunction:
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2014 case PredefinedExpr::LFunction:
2029 case PredefinedExpr::LFunction: GVName = "L__FUNCTION__."; break;
/external/clang/include/clang/AST/
H A DExpr.h1170 LFunction, // Same as Function, but as wide string. enumerator in enum:clang::PredefinedExpr::IdentType
/external/clang/lib/Sema/
H A DSemaExpr.cpp2932 if (IT == PredefinedExpr::LFunction)
2951 case tok::kw_L__FUNCTION__: IT = PredefinedExpr::LFunction; break;

Completed in 164 milliseconds