Searched refs:equivalentType (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1111 QualType equivalentType);
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3074 QualType equivalentType) { in getAttributedType() argument 3076 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType() 3082 QualType canon = getCanonicalType(equivalentType); in getAttributedType() 3084 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 5367 QualType equivalentType in TransformAttributedType() local 5369 if (equivalentType.isNull()) in TransformAttributedType() 5373 equivalentType); in TransformAttributedType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5449 QualType equivalentType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5451 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|