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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1428   QualType getAttributedType(attr::Kind attrKind,

References

tools/clang/lib/AST/ASTContext.cpp
 2865     return getAttributedType(
 5648     Result = const_cast<ASTContext *>(this)->getAttributedType(
tools/clang/lib/AST/ASTDiagnostic.cpp
   80         RT = Context.getAttributedType(
   92             PT = Context.getAttributedType(
tools/clang/lib/AST/ASTImporter.cpp
 1369   return Importer.getToContext().getAttributedType(T->getAttrKind(),
tools/clang/lib/AST/Type.cpp
 1084     return Ctx.getAttributedType(T->getAttrKind(), modifiedType,
 1387     return Ctx.getAttributedType(newAttrType->getAttrKind(),
tools/clang/lib/Sema/SemaDecl.cpp
 2976       NewT = S.Context.getAttributedType(
tools/clang/lib/Sema/SemaDeclObjC.cpp
 4447   return S.Context.getAttributedType(
tools/clang/lib/Sema/SemaExpr.cpp
 7783   return Ctx.getAttributedType(NewAttr, ResTy, ResTy);
tools/clang/lib/Sema/SemaExprObjC.cpp
  541               BoxedType = Context.getAttributedType(
  594         BoxedType = Context.getAttributedType(
 1283       return Context.getAttributedType(
 1324       return Context.getAttributedType(
 1399           NewResultType = Context.getAttributedType(
 1455     return Context.getAttributedType(
tools/clang/lib/Sema/SemaObjCProperty.cpp
 2394           resultTy = Context.getAttributedType(attr::TypeNonNull,
 2468             paramTy = Context.getAttributedType(attr::TypeNullable,
tools/clang/lib/Sema/SemaType.cpp
  256           sema.Context.getAttributedType(A->getKind(), ModifiedType, EquivType);
tools/clang/lib/Sema/TreeTransform.h
 6248     result = SemaRef.Context.getAttributedType(TL.getAttrKind(),
tools/clang/lib/Serialization/ASTReader.cpp
 6642     return Context.getAttributedType(kind, modifiedType, equivalentType);