Home
last modified time | relevance | path

Searched refs:ReplacementType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h47 enum class ReplacementType { Format, Literal }; enum
51 : 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()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp158 if (I->Type == ReplacementType::Format) { in parseFormatString()
200 if (I.Type != ReplacementType::Format || Indices[I.Index]) in parseFormatString()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterBytecode.cpp95 if (r.Type == llvm::ReplacementType::Format) in FormatImpl()
102 if (r.Type == llvm::ReplacementType::Literal) { in FormatImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp348 QualType ReplacementType) { in checkAPINotesReplacementType() argument
350 S.Context.getTypeSize(ReplacementType)) { in checkAPINotesReplacementType()
352 << ReplacementType << OrigType; in checkAPINotesReplacementType()