Home
last modified time | relevance | path

Searched defs:Style (Results 1 – 25 of 25) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/Format/
H A DFormatTestJava.cpp23 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 DFormatTestJS.cpp23 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 DFormatTestProto.cpp23 unsigned Length, const FormatStyle &Style) { in format()
35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format() local
H A DFormatTest.cpp27 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 DFormat.cpp477 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 DUnwrappedLineFormatter.h35 const FormatStyle &Style) in UnwrappedLineFormatter()
155 FormatStyle Style; variable
H A DBreakableToken.h77 const FormatStyle &Style) in BreakableToken()
85 const FormatStyle &Style; variable
H A DTokenAnnotator.h112 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator()
141 const FormatStyle &Style; variable
H A DWhitespaceManager.h40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
196 const FormatStyle &Style; variable
H A DBreakableToken.cpp147 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 DTokenAnnotator.cpp34 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 DUnwrappedLineParser.h163 const FormatStyle &Style; variable
H A DUnwrappedLineParser.cpp157 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 DContinuationIndenter.cpp49 const FormatStyle &Style) { in startsNextParameter()
59 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter()
H A DUnwrappedLineFormatter.cpp30 LineJoiner(const FormatStyle &Style) : Style(Style) {} in LineJoiner()
288 const FormatStyle &Style; member in clang::format::__anona4e0df370111::LineJoiner
H A DContinuationIndenter.h138 FormatStyle Style; variable
H A DFormatToken.h448 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 DClangFormatPackage.cs51 public string Style property in LLVM.ClangFormat.OptionPageGrid
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInstPrinter.h25 enum Style { enum
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DCodingStandards.rst432 .. _Main Module Header:
433 .. _Local/Private Headers:
450 .. _fit into 80 columns:
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h37 enum Style { enum
336 void setPICStyle(PICStyles::Style Style) { PICStyle = Style; } in setPICStyle()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h457 CapturingScopeInfo(DiagnosticsEngine &Diag, ImplicitCaptureStyle Style) in CapturingScopeInfo()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h477 PrintStyle Style) const { in print()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h1109 void setInitStyle(InitializationStyle Style) { in setInitStyle()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1153 static bool isLegalArrayNewInitializer(CXXNewExpr::InitializationStyle Style, in isLegalArrayNewInitializer()