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

References

include/llvm/Support/Casting.h
   58     return To::classof(&Val);
  106     return isa_impl<To, From>::doit(*Val);
  122     return isa_impl_wrap<To, SimpleFrom,
  132     return isa_impl_cl<To,FromTy>::doit(Val);
  142   return isa_impl_wrap<X, const Y,
tools/clang/include/clang/AST/AttrIterator.h
   52     while (Current != I && !isa<SpecificAttr>(*Current))
   57   using value_type = SpecificAttr *;
   58   using reference = SpecificAttr *;
   59   using pointer = SpecificAttr *;
  101 inline specific_attr_iterator<SpecificAttr, Container>
  106 inline specific_attr_iterator<SpecificAttr, Container>
  113   return specific_attr_begin<SpecificAttr>(container) !=
  114           specific_attr_end<SpecificAttr>(container);
tools/clang/include/clang/AST/DeclBase.h
  543     return hasAttrs() && hasSpecificAttr<T>(getAttrs());
tools/clang/lib/Analysis/RetainSummaryManager.cpp
   35   return std::is_same<T, P>::value || isOneOf<T, ToCompare...>();
   35   return std::is_same<T, P>::value || isOneOf<T, ToCompare...>();
   35   return std::is_same<T, P>::value || isOneOf<T, ToCompare...>();
   35   return std::is_same<T, P>::value || isOneOf<T, ToCompare...>();
   71   if (isOneOf<T, CFConsumedAttr, CFReturnsRetainedAttr,
   77   } else if (isOneOf<T, NSConsumedAttr, NSConsumesSelfAttr,
   84     if (isOneOf<T, NSReturnsRetainedAttr, NSReturnsAutoreleasedAttr,
   89   } else if (isOneOf<T, OSConsumedAttr, OSConsumesThisAttr,
   96   } else if (isOneOf<T, GeneralizedReturnsNotRetainedAttr,
   98                      GeneralizedConsumedAttr>()) {
  103   if (D->hasAttr<T>())
  113   return hasAnyEnabledAttrOf<T2, Others...>(D, QT);
  113   return hasAnyEnabledAttrOf<T2, Others...>(D, QT);
  911                               GeneralizedConsumedAttr>(pd, QT)) {