Searched refs:IncompleteFormat (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.h37 bool *IncompleteFormat)
39 Keywords(Keywords), IncompleteFormat(IncompleteFormat) {}
68 bool *IncompleteFormat; member in class:clang::format::UnwrappedLineFormatter
33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, const AdditionalKeywords &Keywords, bool *IncompleteFormat) argument
H A DFormat.cpp1440 tooling::Replacements format(bool *IncompleteFormat) { argument
1456 format(AnnotatedLines, Tokens, IncompleteFormat);
1476 bool *IncompleteFormat) {
1492 IncompleteFormat)
1886 bool *IncompleteFormat) {
1891 return formatter.format(IncompleteFormat);
1896 StringRef FileName, bool *IncompleteFormat) {
1919 return reformat(Style, SourceMgr, ID, CharRanges, IncompleteFormat);
1474 format(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, FormatTokenLexer &Tokens, bool *IncompleteFormat) argument
H A DUnwrappedLineFormatter.cpp838 if (ShouldFormat && TheLine.Type == LT_Invalid && IncompleteFormat)
839 *IncompleteFormat = true;
/freebsd-11.0-release/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp265 bool IncompleteFormat = false; local
267 AssumedFileName, &IncompleteFormat);
272 << (IncompleteFormat ? "true" : "false") << "'>\n";
301 << ", \"IncompleteFormat\": "
302 << (IncompleteFormat ? "true" : "false") << " }\n";
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h736 /// If \c IncompleteFormat is non-null, its value will be set to true if any
742 bool *IncompleteFormat = nullptr);
750 bool *IncompleteFormat = nullptr);

Completed in 47 milliseconds