reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
987 if (NextNonComment->isStringLiteral() && State.StartOfStringLiteral != 0) 1199 else if (Current.isStringLiteral() && State.StartOfStringLiteral == 0) 1202 !Current.isStringLiteral()) 1743 if (!Current.isStringLiteral()) 1762 if (Current.isStringLiteral()) { 1856 unsigned NewBreakPenalty = Current.isStringLiteral() 2218 if (!Current.isStringLiteral() || Current.is(TT_ImplicitStringLiteral)) 2228 Current.getNextNonComment()->isStringLiteral())tools/clang/lib/Format/Format.cpp
1271 if (FormatTok->Finalized || !FormatTok->isStringLiteral() ||
tools/clang/lib/Format/SortJavaScriptImports.cpp338 if (Current->isStringLiteral() && !Reference.IsExport) { 352 if (!Current->isStringLiteral())tools/clang/lib/Format/TokenAnnotator.cpp
1183 CurrentToken->Next->isStringLiteral()) 3039 if (Left.isStringLiteral() && Right.isStringLiteral()) 3039 if (Left.isStringLiteral() && Right.isStringLiteral()) 3393 if (!Style.AlwaysBreakBeforeMultilineStrings && Right.isStringLiteral())tools/clang/lib/Format/UnwrappedLineFormatter.cpp
25 return Line.startsWith(tok::kw_extern) && Next && Next->isStringLiteral() &&
tools/clang/lib/Format/UnwrappedLineParser.cpp 2415 !FormatTok->isStringLiteral())