Searched refs:PrettyFunction (Results 1 – 4 of 4) sorted by relevance
463 case PrettyFunction: in getIdentTypeName()519 if (IT != PrettyFunction && IT != PrettyFunctionNoVirtual && IT != FuncSig) in ComputeName()690 if (isa<TranslationUnitDecl>(CurrentDecl) && IT == PrettyFunction) { in ComputeName()
934 } else if (Type == PredefinedExpr::PrettyFunction) { in EmitLValue()
1180 PrettyFunction, enumerator
3012 case tok::kw___PRETTY_FUNCTION__: IT = PredefinedExpr::PrettyFunction; break; in ActOnPredefinedExpr()