Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DType.h3491 AttributedType(QualType canon, Kind attrKind,
3498 AttributedTypeBits.AttrKind = attrKind;
3520 static void Profile(llvm::FoldingSetNodeID &ID, Kind attrKind,
3522 ID.AddInteger(attrKind);
H A DASTContext.h1109 QualType getAttributedType(AttributedType::Kind attrKind,
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3072 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, in getAttributedType() argument
3076 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
3084 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()