HomeSort by: relevance | last modified time | path
    Searched refs:getAttributedType (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 258 QualType getAttributedType(Attr *A, QualType ModifiedType,
261 sema.Context.getAttributedType(A->getKind(), ModifiedType, EquivType);
4759 T = state.getAttributedType(
6517 T = State.getAttributedType(ASAttr, Type, EquivType);
6519 T = State.getAttributedType(ASAttr, Type, Type);
6668 type = state.getAttributedType(
6681 type = state.getAttributedType(::new (S.Context)
6784 type = state.getAttributedType(
7047 Type = State.getAttributedType(A, Type, S.Context.getPointerType(Pointee));
7181 type = state.getAttributedType(
    [all...]
SemaExprObjC.cpp 543 BoxedType = Context.getAttributedType(
597 BoxedType = Context.getAttributedType(
1434 return Context.getAttributedType(
1475 return Context.getAttributedType(
1550 NewResultType = Context.getAttributedType(
1614 return Context.getAttributedType(
SemaExprMember.cpp 1819 Context.getAttributedType(attr::NoDeref, MemberType, MemberType);
SemaObjCProperty.cpp 2485 resultTy = Context.getAttributedType(attr::TypeNonNull,
2564 paramTy = Context.getAttributedType(attr::TypeNullable,
SemaDeclObjC.cpp 4553 return S.Context.getAttributedType(
SemaDecl.cpp 3044 NewT = S.Context.getAttributedType(
TreeTransform.h 6770 result = SemaRef.Context.getAttributedType(TL.getAttrKind(),
SemaExpr.cpp 8706 return Ctx.getAttributedType(NewAttr, ResTy, ResTy);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp 80 RT = Context.getAttributedType(
92 PT = Context.getAttributedType(
Type.cpp 1150 return Ctx.getAttributedType(T->getAttrKind(), modifiedType,
1452 return Ctx.getAttributedType(newAttrType->getAttrKind(),
1495 // FIXME: Because ASTContext::getAttributedType() is non-const.
ASTContext.cpp 3087 return getAttributedType(
4562 QualType ASTContext::getAttributedType(attr::Kind attrKind,
6190 Result = const_cast<ASTContext *>(this)->getAttributedType(
ASTImporter.cpp 1441 return Importer.getToContext().getAttributedType(T->getAttrKind(),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1484 QualType getAttributedType(attr::Kind attrKind,

Completed in 83 milliseconds