Lines Matching refs:PredefinedIdentKind

608                                PredefinedIdentKind IK, bool IsTransparent,  in PredefinedExpr()
629 QualType FNTy, PredefinedIdentKind IK, in Create()
644 StringRef PredefinedExpr::getIdentKindName(PredefinedIdentKind IK) { in getIdentKindName()
646 case PredefinedIdentKind::Func: in getIdentKindName()
648 case PredefinedIdentKind::Function: in getIdentKindName()
650 case PredefinedIdentKind::FuncDName: in getIdentKindName()
652 case PredefinedIdentKind::LFunction: in getIdentKindName()
654 case PredefinedIdentKind::PrettyFunction: in getIdentKindName()
656 case PredefinedIdentKind::FuncSig: in getIdentKindName()
658 case PredefinedIdentKind::LFuncSig: in getIdentKindName()
660 case PredefinedIdentKind::PrettyFunctionNoVirtual: in getIdentKindName()
668 std::string PredefinedExpr::ComputeName(PredefinedIdentKind IK, in ComputeName()
672 if (IK == PredefinedIdentKind::FuncDName) { in ComputeName()
717 if (IK != PredefinedIdentKind::PrettyFunction && in ComputeName()
718 IK != PredefinedIdentKind::PrettyFunctionNoVirtual && in ComputeName()
719 IK != PredefinedIdentKind::FuncSig && in ComputeName()
720 IK != PredefinedIdentKind::LFuncSig) in ComputeName()
727 if (MD->isVirtual() && IK != PredefinedIdentKind::PrettyFunctionNoVirtual) in ComputeName()
759 if (IK == PredefinedIdentKind::FuncSig || in ComputeName()
760 IK == PredefinedIdentKind::LFuncSig) { in ComputeName()
785 } else if ((IK == PredefinedIdentKind::FuncSig || in ComputeName()
786 IK == PredefinedIdentKind::LFuncSig || in ComputeName()
912 IK == PredefinedIdentKind::PrettyFunction) { in ComputeName()
2295 ? PredefinedIdentKind::Function in EvaluateInContext()
2296 : PredefinedIdentKind::FuncSig; in EvaluateInContext()
2330 PredefinedIdentKind::PrettyFunction, CurDecl)) in EvaluateInContext()