Searched refs:PrettyFunction (Results 1 – 4 of 4) sorted by relevance
460 case PrettyFunction: in getIdentTypeName()515 if (IT != PrettyFunction && IT != PrettyFunctionNoVirtual && IT != FuncSig) in ComputeName()684 if (isa<TranslationUnitDecl>(CurrentDecl) && IT == PrettyFunction) { in ComputeName()
1055 } else if (Type == PredefinedExpr::PrettyFunction) { in EmitLValue()
1168 PrettyFunction, enumerator
3116 case tok::kw___PRETTY_FUNCTION__: IT = PredefinedExpr::PrettyFunction; break; in ActOnPredefinedExpr()