Home
last modified time | relevance | path

Searched +defs:clang +defs:format (Results 1 – 13 of 13) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/Format/
H A DFormatTestProto.cpp17 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 DFormatTestJS.cpp17 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 DFormatTestJava.cpp17 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 DFormatTest.cpp17 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 DClangFormat.cpp103 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 DFormatToken.cpp22 namespace clang { namespace
23 namespace format { namespace
H A DUnwrappedLineFormatter.cpp16 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 DWhitespaceManager.cpp18 namespace clang { namespace
19 namespace format { namespace
H A DContinuationIndenter.cpp26 namespace clang { namespace
27 namespace format { namespace
H A DFormat.cpp299 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 DBreakableToken.cpp25 namespace clang { namespace
26 namespace format { namespace
H A DUnwrappedLineParser.cpp21 namespace clang { namespace
22 namespace format { namespace
H A DTokenAnnotator.cpp22 namespace clang { namespace
23 namespace format { namespace