Searched refs:equivalentType (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 1070 QualType equivalentType);
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 2994 QualType equivalentType) { in getAttributedType() argument 2996 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType() 3002 QualType canon = getCanonicalType(equivalentType); in getAttributedType() 3004 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | TreeTransform.h | 5052 QualType equivalentType in TransformAttributedType() local 5054 if (equivalentType.isNull()) in TransformAttributedType() 5058 equivalentType); in TransformAttributedType()
|
| /trueos/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 4777 QualType equivalentType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 4779 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|