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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3410 AttributedType(QualType canon, Kind attrKind, argument
3417 AttributedTypeBits.AttrKind = attrKind;
3439 static void Profile(llvm::FoldingSetNodeID &ID, Kind attrKind, argument
3441 ID.AddInteger(attrKind);
H A DASTContext.h1068 QualType getAttributedType(AttributedType::Kind attrKind,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2992 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, argument
2996 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
3004 AttributedType(canon, attrKind, modifiedType, equivalentType);

Completed in 253 milliseconds