reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/YAMLTraits.h
  313   using Signature_enumeration = void (*)(class IO&, T&);
  322     (sizeof(test<ScalarEnumerationTraits<T>>(nullptr)) == 1);
  329   using Signature_bitset = void (*)(class IO&, T&);
  337   static bool const value = (sizeof(test<ScalarBitSetTraits<T>>(nullptr)) == 1);
  344   using Signature_input = StringRef (*)(StringRef, void*, T&);
  345   using Signature_output = void (*)(const T&, void*, raw_ostream&);
  357       (sizeof(test<ScalarTraits<T>>(nullptr, nullptr, nullptr)) == 1);
  364   using Signature_input = StringRef (*)(StringRef, void *, T &);
  365   using Signature_output = void (*)(const T &, void *, raw_ostream &);
  375       (sizeof(test<BlockScalarTraits<T>>(nullptr, nullptr)) == 1);
  380   using Signature_input = StringRef (*)(StringRef, StringRef, void *, T &);
  381   using Signature_output = void (*)(const T &, void *, raw_ostream &,
  383   using Signature_mustQuote = QuotingType (*)(const T &, StringRef);
  393       (sizeof(test<TaggedScalarTraits<T>>(nullptr, nullptr, nullptr)) == 1);
  412   using Signature_mapping = void (*)(class IO &, T &);
  419   static bool const value = (sizeof(test<MappingTraits<T>>(nullptr)) == 1);
  438   using Signature_validate = StringRef (*)(class IO &, T &);
  445   static bool const value = (sizeof(test<MappingTraits<T>>(nullptr)) == 1);
  452   using Signature_size = size_t (*)(class IO&, T&);
  460   static bool const value =  (sizeof(test<SequenceTraits<T>>(nullptr)) == 1);
  467   using Signature_input = void (*)(IO &io, StringRef key, T &v);
  476       (sizeof(test<CustomMappingTraits<T>>(nullptr)) == 1);
  516   using Signature_size = size_t (*)(class IO &, T &);
  524   static bool const value = (sizeof(test<DocumentListTraits<T>>(nullptr))==1);
  528   using Signature_getKind = NodeKind (*)(const T &);
  535   static bool const value = (sizeof(test<PolymorphicTraits<T>>(nullptr)) == 1);
  793   void enumCase(T &Val, const char* Str, const T ConstVal) {
  793   void enumCase(T &Val, const char* Str, const T ConstVal) {
  801   void enumCase(T &Val, const char* Str, const uint32_t ConstVal) {
  859   template <typename T> void mapOptional(const char *Key, T &Val) {
  886   typename std::enable_if<!has_SequenceTraits<T>::value, void>::type
  887   mapOptionalWithContext(const char *Key, T &Val, Context &Ctx) {
  941   void processKey(const char *Key, T &Val, bool Required, Context &Ctx) {
  968 typename std::enable_if<has_ScalarEnumerationTraits<T>::value, void>::type
  969 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
  971   ScalarEnumerationTraits<T>::enumeration(io, Val);
tools/clang/include/clang/Format/Format.h
 1510   LanguageKind Language;
 1693     LanguageKind Language;
 2133   llvm::Optional<FormatStyle> GetLanguageStyle(LanguageKind Language) const;
 2143     typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType;
 2145     llvm::Optional<FormatStyle> Get(FormatStyle::LanguageKind Language) const;
 2174     FormatStyle::LanguageKind Language = FormatStyle::LanguageKind::LK_Cpp);
 2174     FormatStyle::LanguageKind Language = FormatStyle::LanguageKind::LK_Cpp);
 2180 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
 2184 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language);
 2200 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language);
 2211 bool getPredefinedStyle(StringRef Name, FormatStyle::LanguageKind Language,
 2372 FormatStyle::LanguageKind guessLanguage(StringRef FileName, StringRef Code);
 2375 inline StringRef getLanguageName(FormatStyle::LanguageKind Language) {
tools/clang/lib/Format/ContinuationIndenter.cpp
  175                                FormatStyle::LanguageKind Language) {
tools/clang/lib/Format/Format.cpp
   56   static void enumeration(IO &IO, FormatStyle::LanguageKind &Value) {
  354         FormatStyle::LanguageKind OldLanguage = Style.Language;
  355         FormatStyle::LanguageKind Language =
  717 FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) {
  835 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) {
  962 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language) {
 1086 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language) {
 1121 bool getPredefinedStyle(StringRef Name, FormatStyle::LanguageKind Language,
 1149   FormatStyle::LanguageKind Language = Style->Language;
 1213 FormatStyle::FormatStyleSet::Get(FormatStyle::LanguageKind Language) const {
 1238 FormatStyle::GetLanguageStyle(FormatStyle::LanguageKind Language) const {
 2218   if (Style.Language == FormatStyle::LanguageKind::LK_JavaScript &&
 2221   if (Style.Language == FormatStyle::LanguageKind::LK_JavaScript)
 2223   if (Style.Language == FormatStyle::LanguageKind::LK_Java)
 2526 static FormatStyle::LanguageKind getLanguageByFileName(StringRef FileName) {
 2549 FormatStyle::LanguageKind guessLanguage(StringRef FileName, StringRef Code) {
 2550   const auto GuessedLanguage = getLanguageByFileName(FileName);
tools/clang/unittests/Format/CleanupTest.cpp
  404   Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp);
  441   Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp);
tools/clang/unittests/Tooling/HeaderIncludesTest.cpp
  102   Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp)
  126   Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp)
  207   Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp)
  485   Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp)
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/stl_function.h
  121       typedef _Arg1 	first_argument_type; 
  124       typedef _Arg2 	second_argument_type;
  381     struct less : public binary_function<_Tp, _Tp, bool>
  381     struct less : public binary_function<_Tp, _Tp, bool>
  385       operator()(const _Tp& __x, const _Tp& __y) const
  385       operator()(const _Tp& __x, const _Tp& __y) const
usr/include/c++/7.4.0/bits/stl_map.h
  102       typedef _Key					key_type;
  104       typedef std::pair<const _Key, _Tp>		value_type;
usr/include/c++/7.4.0/bits/stl_tree.h
  563       typedef _Key 				key_type;
  758       static const _Key&
  782       static const _Key&
  894 		     const _Key& __k);
  898 		     const _Key& __k) const;
  902 		     const _Key& __k);
  906 		     const _Key& __k) const;
usr/include/c++/7.4.0/tuple
  125       constexpr _Head_base(const _Head& __h)
  132         constexpr _Head_base(_UHead&& __h)
  159       static constexpr _Head&
  162       static constexpr const _Head&
  350       static constexpr _Head&
  353       static constexpr const _Head&
  360       constexpr _Tuple_impl(const _Head& __head)
  365         constexpr _Tuple_impl(_UHead&& __head)
  390 		    const _Head& __head)
  473       return __and_<is_constructible<_Elements, const _UElements&>...>::value;
  479       return __and_<is_convertible<const _UElements&, _Elements>...>::value;
  485       return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  491       return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  608         constexpr tuple(const _Elements&... __elements)
  619       explicit constexpr tuple(const _Elements&... __elements)
  646         constexpr tuple(_UElements&&... __elements)
  730 	      const _Elements&... __elements)
  741                        const _Elements&... __elements)
 1302     constexpr _Head&
 1307     constexpr const _Head&
 1313     constexpr __tuple_element_t<__i, tuple<_Elements...>>&
 1319     constexpr const __tuple_element_t<__i, tuple<_Elements...>>&
 1325     constexpr __tuple_element_t<__i, tuple<_Elements...>>&&
usr/include/c++/7.4.0/type_traits
 1246     : public is_nothrow_constructible<_Tp, _Tp&&>
 1558     { typedef _Tp     type; };
 1659     { typedef _Tp&&   type; };
utils/unittest/googletest/include/gtest/gtest-printers.h
  223 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) {
  276   static ::std::string Format(const ToPrint& value) {
  351     const T1& value, const T2& /* other_operand */) {
  351     const T1& value, const T2& /* other_operand */) {
  352   return FormatForComparison<T1, T2>::Format(value);
  352   return FormatForComparison<T1, T2>::Format(value);
  366 void UniversalPrint(const T& value, ::std::ostream* os);
  373                     const C& container, ::std::ostream* os) {
  439                     const T& value, ::std::ostream* os) {
  455 void PrintTo(const T& value, ::std::ostream* os) {
  478   DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
  699   static void Print(const T& value, ::std::ostream* os) {
  784   static void Print(const T& value, ::std::ostream* os) {
  856   typedef T T1;
  983   internal::UniversalTersePrinter<T>::Print(value, &ss);
utils/unittest/googletest/include/gtest/gtest.h
 1377                                    const T1& lhs, const T2& rhs) {
 1377                                    const T1& lhs, const T2& rhs) {
 1389                             const T1& lhs,
 1390                             const T2& rhs) {
 1419                                  const T1& lhs,
 1420                                  const T2& rhs) {
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   35 auto printable(const T &V) -> decltype(StreamSwitch<T>::printable(V)) {
   35 auto printable(const T &V) -> decltype(StreamSwitch<T>::printable(V)) {
   37   return StreamSwitch<T>::printable(V);
   54   const T& V;
   55   friend std::ostream &operator<<(std::ostream &S, const RawStreamProxy<T> &V) {
   69   static const RawStreamProxy<T> printable(const T &V) { return {V}; }
   69   static const RawStreamProxy<T> printable(const T &V) { return {V}; }
utils/unittest/googletest/include/gtest/internal/gtest-internal.h
   94 ::std::string PrintToString(const T& value);