HomeSort by: relevance | last modified time | path
    Searched defs:getAttributedType (Results 1 - 2 of 2) 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...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3087 return getAttributedType(
4562 QualType ASTContext::getAttributedType(attr::Kind attrKind,
6190 Result = const_cast<ASTContext *>(this)->getAttributedType(

Completed in 63 milliseconds