OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplacementType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormatVariadic.h
45
enum class
ReplacementType
{ Empty, Format, Literal };
50
: Type(
ReplacementType
::Literal), Spec(Literal) {}
53
: Type(
ReplacementType
::Format), Spec(Spec), Index(Index), Align(Align),
56
ReplacementType
Type =
ReplacementType
::Empty;
86
if (R.Type ==
ReplacementType
::Empty)
88
if (R.Type ==
ReplacementType
::Literal) {
/src/external/apache2/llvm/dist/llvm/lib/Support/
FormatVariadic.cpp
149
if (I.Type !=
ReplacementType
::Empty)
Completed in 15 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026