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

Declarations

tools/clang/include/clang/AST/Type.h
 2420 template <> const AttributedType *Type::getAs() const;

References

tools/clang/lib/ARCMigrate/Transforms.cpp
  361     if (const AttributedType *AttrT = T->getAs<AttributedType>()) {
tools/clang/lib/AST/Type.cpp
 1707   while (const auto *AT = Cur->getAs<AttributedType>()) {
 3823   while (const auto *AT = Type->getAs<AttributedType>()) {
tools/clang/lib/Sema/SemaDecl.cpp
 3026   const AttributedType *AT = T->getAs<AttributedType>();
 3028     AT = AT->getModifiedType()->getAs<AttributedType>();
tools/clang/lib/Sema/SemaType.cpp
  267       if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) {
 7077   while ((AT = T->getAs<AttributedType>()) &&
tools/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp
  102   const auto *AttrType = Type->getAs<AttributedType>();
tools/clang/tools/libclang/CXType.cpp
  130     if (auto *ATT = T->getAs<AttributedType>()) {
 1045   if (auto *ATT = T->getAs<AttributedType>())
tools/lldb/source/Symbol/ClangASTContext.cpp
 3958         qual_type->getAs<clang::AttributedType>()