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

/external/clang/lib/AST/
H A DStmtPrinter.cpp650 case PredefinedExpr::LFunction:
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1869 case PredefinedExpr::LFunction:
1882 case PredefinedExpr::LFunction:
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1092 if (IT == PredefinedExpr::LFunction)
H A DSemaExpr.cpp2502 case tok::kw_L__FUNCTION__: IT = PredefinedExpr::LFunction; break;
2524 if (IT == PredefinedExpr::LFunction)
/external/clang/include/clang/AST/
H A DExpr.h1077 LFunction, // Same as Function, but as wide string. enumerator in enum:clang::PredefinedExpr::IdentType

Completed in 324 milliseconds