Searched refs:attrKind (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h3310 AttributedType(QualType canon, Kind attrKind, argument
3317 AttributedTypeBits.AttrKind = attrKind;
3335 static void Profile(llvm::FoldingSetNodeID &ID, Kind attrKind, argument
3337 ID.AddInteger(attrKind);
H A DASTContext.h953 QualType getAttributedType(AttributedType::Kind attrKind,
/external/clang/lib/AST/
H A DASTContext.cpp2679 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, argument
2683 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
2691 AttributedType(canon, attrKind, modifiedType, equivalentType);

Completed in 79 milliseconds