Searched refs:OriginalType (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/llvm/lib/Target/XCore/ |
| HD | XCoreLowerThreadLocal.cpp | 64 static ArrayType *createLoweredType(Type *OriginalType) { in createLoweredType() argument 65 return ArrayType::get(OriginalType, MaxThreads); in createLoweredType()
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Type.h | 2001 QualType OriginalType; 2004 DecayedType(QualType OriginalType, QualType DecayedPointer, 2006 : Type(Decayed, CanonicalPtr, OriginalType->isDependentType(), 2007 OriginalType->isInstantiationDependentType(), 2008 OriginalType->isVariablyModifiedType(), 2009 OriginalType->containsUnexpandedParameterPack()), 2010 OriginalType(OriginalType), DecayedPointer(DecayedPointer) { 2018 QualType getOriginalType() const { return OriginalType; } 2028 Profile(ID, OriginalType); 2030 static void Profile(llvm::FoldingSetNodeID &ID, QualType OriginalType) { [all …]
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | TreeTransform.h | 3699 QualType OriginalType = getDerived().TransformType(TLB, TL.getOriginalLoc()); in TransformDecayedType() local 3700 if (OriginalType.isNull()) in TransformDecayedType() 3705 OriginalType != TL.getOriginalLoc().getType()) in TransformDecayedType() 3706 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()
|
| /trueos/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 4544 QualType OriginalType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 4545 QualType DT = Context.getAdjustedParameterType(OriginalType); in readTypeRecord()
|