Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.h36 FormattingAttemptStatus *Status) in UnwrappedLineFormatter()
73 FormattingAttemptStatus *Status;
H A DFormatInternal.h77 FormattingAttemptStatus *Status);
H A DFormat.cpp1164 FormattingAttemptStatus *Status) in Formatter()
1274 FormattingAttemptStatus *Status;
2154 FormattingAttemptStatus *Status) { in reformat()
2220 FormattingAttemptStatus *Status) { in reformat()
2240 FormattingAttemptStatus Status; in reformat()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1935 struct FormattingAttemptStatus { struct
1960 FormattingAttemptStatus *Status = nullptr);
/freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp285 FormattingAttemptStatus Status; in format()