Searched defs:Left (Results 1 - 25 of 114) sorted by relevance

12345

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
49 case AlignStyle::Left:
H A DFormatAdapters.h43 size_t Left; member in class:llvm::detail::final
47 PadAdapter(T &&Item, size_t Left, size_t Right) argument
48 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
52 Stream.indent(Left);
80 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { argument
81 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
49 case AlignStyle::Left:
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
51 case AlignStyle::Left:
H A DFormatAdapters.h45 size_t Left; member in class:llvm::detail::final
49 PadAdapter(T &&Item, size_t Left, size_t Right) argument
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Left);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { argument
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
51 case AlignStyle::Left:
H A DFormatAdapters.h45 size_t Left; member in class:llvm::detail::final
49 PadAdapter(T &&Item, size_t Left, size_t Right) argument
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Left);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { argument
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
51 case AlignStyle::Left:
H A DFormatAdapters.h45 size_t Left; member in class:llvm::detail::final
49 PadAdapter(T &&Item, size_t Left, size_t Right) argument
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Left);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { argument
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
51 case AlignStyle::Left:
H A DFormatAdapters.h45 size_t Left; member in class:llvm::detail::final
49 PadAdapter(T &&Item, size_t Left, size_t Right) argument
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Left);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { argument
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
51 case AlignStyle::Left:
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
51 case AlignStyle::Left:
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
51 case AlignStyle::Left:
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
51 case AlignStyle::Left:
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
51 case AlignStyle::Left:
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
51 case AlignStyle::Left:
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
51 case AlignStyle::Left:
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
51 case AlignStyle::Left:
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DAttrIterator.h98 friend bool operator==(specific_attr_iterator Left, argument
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
107 friend bool operator!=(specific_attr_iterator Left, argument
109 return !(Left == Right);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DAttrIterator.h98 friend bool operator==(specific_attr_iterator Left, argument
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
107 friend bool operator!=(specific_attr_iterator Left, argument
109 return !(Left == Right);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DAttrIterator.h98 friend bool operator==(specific_attr_iterator Left, argument
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
107 friend bool operator!=(specific_attr_iterator Left, argument
109 return !(Left == Right);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DAttrIterator.h98 friend bool operator==(specific_attr_iterator Left, argument
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
107 friend bool operator!=(specific_attr_iterator Left, argument
109 return !(Left == Right);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DAttrIterator.h98 friend bool operator==(specific_attr_iterator Left, argument
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
107 friend bool operator!=(specific_attr_iterator Left, argument
109 return !(Left == Right);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DAttrIterator.h98 friend bool operator==(specific_attr_iterator Left, argument
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
107 friend bool operator!=(specific_attr_iterator Left, argument
109 return !(Left == Right);

Completed in 295 milliseconds

12345