HomeSort by relevance Sort by last modified time
    Searched refs:LLVMStyle (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
Format.cpp 488 FormatStyle LLVMStyle;
489 LLVMStyle.Language = FormatStyle::LK_Cpp;
490 LLVMStyle.AccessModifierOffset = -2;
491 LLVMStyle.AlignEscapedNewlinesLeft = false;
492 LLVMStyle.AlignAfterOpenBracket = FormatStyle::BAS_Align;
493 LLVMStyle.AlignOperands = true;
494 LLVMStyle.AlignTrailingComments = true;
495 LLVMStyle.AlignConsecutiveAssignments = false;
496 LLVMStyle.AlignConsecutiveDeclarations = false;
497 LLVMStyle.AllowAllParametersOfDeclarationOnNextLine = true
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 354 template <typename ELFT> class LLVMStyle : public DumpStyle<ELFT> {
357 LLVMStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper)
    [all...]

Completed in 734 milliseconds