/minix3/external/bsd/llvm/dist/clang/unittests/Format/ |
H A D | FormatTestJava.cpp | 23 unsigned Length, const FormatStyle &Style) { in format() 36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { in format() 41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java); in getStyleWithColumns() local 48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { in verifyFormat() 62 FormatStyle Style = getStyleWithColumns(50); in TEST_F() local 221 FormatStyle Style = getStyleWithColumns(65); in TEST_F() local
|
H A D | FormatTestJS.cpp | 23 unsigned Length, const FormatStyle &Style) { in format() 36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in format() 41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in getGoogleJSStyleWithColumns() local 48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat() 276 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F() local
|
H A D | FormatTestProto.cpp | 23 unsigned Length, const FormatStyle &Style) { in format() 35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format() local
|
H A D | FormatTest.cpp | 27 const FormatStyle &Style) { in format() 40 format(llvm::StringRef Code, const FormatStyle &Style = getLLVMStyle()) { in format() 45 FormatStyle Style = getLLVMStyle(); in getLLVMStyleWithColumns() local 51 FormatStyle Style = getGoogleStyle(); in getGoogleStyleWithColumns() local 57 const FormatStyle &Style = getLLVMStyle()) { in verifyFormat() 740 FormatStyle Style = getLLVMStyle(); in TEST_F() local 2149 FormatStyle Style = getLLVMStyle(); in TEST_F() local 2251 FormatStyle Style = getLLVMStyle(); in TEST_F() local 3053 FormatStyle Style = getGoogleStyle(); in TEST_F() local 3295 FormatStyle Style = getLLVMStyle(); in TEST_F() local [all …]
|
/minix3/external/bsd/llvm/dist/clang/lib/Format/ |
H A D | Format.cpp | 477 FormatStyle Style = getLLVMStyle(); in getWebKitStyle() local 497 FormatStyle Style = getLLVMStyle(); in getGNUStyle() local 516 FormatStyle *Style) { in getPredefinedStyle() 539 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style) { in parseConfiguration() 585 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText() 600 FormatTokenLexer(SourceManager &SourceMgr, FileID ID, FormatStyle &Style, in FormatTokenLexer() 993 FormatStyle &Style; member in clang::format::__anon50dac10e0111::FormatTokenLexer 1060 Formatter(const FormatStyle &Style, SourceManager &SourceMgr, FileID ID, in Formatter() 1330 FormatStyle Style; member in clang::format::__anon50dac10e0111::Formatter 1343 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex, in reformat() [all …]
|
H A D | UnwrappedLineFormatter.h | 35 const FormatStyle &Style) in UnwrappedLineFormatter() 155 FormatStyle Style; variable
|
H A D | BreakableToken.h | 77 const FormatStyle &Style) in BreakableToken() 85 const FormatStyle &Style; variable
|
H A D | TokenAnnotator.h | 112 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() 141 const FormatStyle &Style; variable
|
H A D | WhitespaceManager.h | 40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager() 196 const FormatStyle &Style; variable
|
H A D | BreakableToken.cpp | 147 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableSingleLineToken() 158 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableStringLiteral() 202 bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) in BreakableLineComment() 254 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableBlockComment()
|
H A D | TokenAnnotator.cpp | 34 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser() 1106 const FormatStyle &Style; member in clang::format::__anonb9da587c0111::AnnotatingParser 1120 ExpressionParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, in ExpressionParser() 1292 const FormatStyle &Style; member in clang::format::__anonb9da587c0111::ExpressionParser
|
H A D | UnwrappedLineParser.h | 163 const FormatStyle &Style; variable
|
H A D | UnwrappedLineParser.cpp | 157 const FormatStyle &Style, unsigned &LineLevel) in CompoundStatementIndenter() 204 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() 438 static bool ShouldBreakBeforeBrace(const FormatStyle &Style, in ShouldBreakBeforeBrace()
|
H A D | ContinuationIndenter.cpp | 49 const FormatStyle &Style) { in startsNextParameter() 59 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter()
|
H A D | UnwrappedLineFormatter.cpp | 30 LineJoiner(const FormatStyle &Style) : Style(Style) {} in LineJoiner() 288 const FormatStyle &Style; member in clang::format::__anona4e0df370111::LineJoiner
|
H A D | ContinuationIndenter.h | 138 FormatStyle Style; variable
|
H A D | FormatToken.h | 448 TokenRole(const FormatStyle &Style) : Style(Style) {} in TokenRole() 484 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList()
|
/minix3/external/bsd/llvm/dist/clang/tools/clang-format-vs/ClangFormat/ |
H A D | ClangFormatPackage.cs | 51 public string Style property in LLVM.ClangFormat.OptionPageGrid
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCInstPrinter.h | 25 enum Style { enum
|
/minix3/external/bsd/llvm/dist/llvm/docs/ |
H A D | CodingStandards.rst | 432 .. _Main Module Header: 433 .. _Local/Private Headers: 450 .. _fit into 80 columns:
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86Subtarget.h | 37 enum Style { enum 336 void setPICStyle(PICStyles::Style Style) { PICStyle = Style; } in setPICStyle()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 457 CapturingScopeInfo(DiagnosticsEngine &Diag, ImplicitCaptureStyle Style) in CapturingScopeInfo()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 477 PrintStyle Style) const { in print()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Decl.h | 1109 void setInitStyle(InitializationStyle Style) { in setInitStyle()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1153 static bool isLegalArrayNewInitializer(CXXNewExpr::InitializationStyle Style, in isLegalArrayNewInitializer()
|