/minix3/external/bsd/llvm/dist/clang/unittests/Format/ |
H A D | FormatTestProto.cpp | 17 namespace clang { namespace 18 namespace format { namespace 22 static std::string format(llvm::StringRef Code, unsigned Offset, in format() function in clang::format::FormatTestProto 34 static std::string format(llvm::StringRef Code) { in format() function in clang::format::FormatTestProto
|
H A D | FormatTestJS.cpp | 17 namespace clang { namespace 18 namespace format { namespace 22 static std::string format(llvm::StringRef Code, unsigned Offset, in format() function in clang::format::FormatTestJS 34 static std::string format( in format() function in clang::format::FormatTestJS
|
H A D | FormatTestJava.cpp | 17 namespace clang { namespace 18 namespace format { namespace 22 static std::string format(llvm::StringRef Code, unsigned Offset, in format() function in clang::format::FormatTestJava 34 static std::string format( in format() function in clang::format::FormatTestJava
|
H A D | FormatTest.cpp | 17 namespace clang { namespace 18 namespace format { namespace 26 std::string format(llvm::StringRef Code, unsigned Offset, unsigned Length, in format() function in clang::format::FormatTest 40 format(llvm::StringRef Code, const FormatStyle &Style = getLLVMStyle()) { in format() function in clang::format::FormatTest
|
/minix3/external/bsd/llvm/dist/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 103 namespace clang { namespace 104 namespace format { namespace 206 static bool format(StringRef FileName) { in format() function
|
/minix3/external/bsd/llvm/dist/clang/lib/Format/ |
H A D | FormatToken.cpp | 22 namespace clang { namespace 23 namespace format { namespace
|
H A D | UnwrappedLineFormatter.cpp | 16 namespace clang { namespace 17 namespace format { namespace 297 void format(unsigned FirstIndent, const AnnotatedLine *Line) { in format() function in clang::format::__anona4e0df370111::NoColumnLimitFormatter 315 UnwrappedLineFormatter::format(const SmallVectorImpl<AnnotatedLine *> &Lines, in format() function in clang::format::UnwrappedLineFormatter 456 unsigned UnwrappedLineFormatter::format(const AnnotatedLine &Line, in format() function in clang::format::UnwrappedLineFormatter
|
H A D | WhitespaceManager.cpp | 18 namespace clang { namespace 19 namespace format { namespace
|
H A D | ContinuationIndenter.cpp | 26 namespace clang { namespace 27 namespace format { namespace
|
H A D | Format.cpp | 299 namespace clang { namespace 300 namespace format { namespace 1075 tooling::Replacements format() { in format() function in clang::format::__anon50dac10e0111::Formatter 1109 tooling::Replacements format(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in format() function in clang::format::__anon50dac10e0111::Formatter
|
H A D | BreakableToken.cpp | 25 namespace clang { namespace 26 namespace format { namespace
|
H A D | UnwrappedLineParser.cpp | 21 namespace clang { namespace 22 namespace format { namespace
|
H A D | TokenAnnotator.cpp | 22 namespace clang { namespace 23 namespace format { namespace
|