Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp158 size_t CommaOrBracePos = in ParsePrintfSpecifier() local
161 if (CommaOrBracePos == StringRef::npos) { in ParsePrintfSpecifier()
168 I += CommaOrBracePos + 1; in ParsePrintfSpecifier()