Searched refs:ReplacementType (Results 1 – 4 of 4) sorted by relevance
47 enum class ReplacementType { Format, Literal }; enum51 : Type(ReplacementType::Literal), Spec(Literal) {} in ReplacementItem()54 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Width(Width), in ReplacementItem()57 ReplacementType Type;84 if (R.Type == ReplacementType::Literal) { in format()
158 if (I->Type == ReplacementType::Format) { in parseFormatString()200 if (I.Type != ReplacementType::Format || Indices[I.Index]) in parseFormatString()
95 if (r.Type == llvm::ReplacementType::Format) in FormatImpl()102 if (r.Type == llvm::ReplacementType::Literal) { in FormatImpl()
348 QualType ReplacementType) { in checkAPINotesReplacementType() argument350 S.Context.getTypeSize(ReplacementType)) { in checkAPINotesReplacementType()352 << ReplacementType << OrigType; in checkAPINotesReplacementType()