Lines Matching +defs:IM +defs:T

574           QualType T = NTTP->getExpansionType(I);  in Profile()  local
617 QualType T = getCanonicalType(NTTP->getType()); in getCanonicalTemplateTemplateParmDecl() local
677 CXXABI *ASTContext::createCXXABI(const TargetInfo &T) { in createCXXABI()
696 static const LangAS::Map *getAddressSpaceMap(const TargetInfo &T, in getAddressSpaceMap()
833 Type *T = Types[i]; in PrintStats() local
954 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T, in buildImplicitTypedef()
1384 QualType T = VD->getType(); in getDeclAlign() local
2111 TypeSourceInfo *ASTContext::CreateTypeSourceInfo(QualType T, in CreateTypeSourceInfo()
2125 TypeSourceInfo *ASTContext::getTrivialTypeSourceInfo(QualType T, in getTrivialTypeSourceInfo()
2178 ASTContext::getAddrSpaceQualType(QualType T, unsigned AddressSpace) const { in getAddrSpaceQualType()
2197 QualType ASTContext::getObjCGCQualType(QualType T, in getObjCGCQualType()
2225 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType()
2466 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType()
2541 QualType ASTContext::getMemberPointerType(QualType T, const Type *Cls) const { in getMemberPointerType()
2988 static bool isCanonicalResultType(QualType T) { in isCanonicalResultType()
3507 ElaboratedType *T = ElaboratedTypes.FindNodeOrInsertPos(ID, InsertPos); in getElaboratedType() local
3531 ParenType *T = ParenTypes.FindNodeOrInsertPos(ID, InsertPos); in getParenType() local
3567 DependentNameType *T in getDependentNameType() local
3605 DependentTemplateSpecializationType *T in getDependentTemplateSpecializationType() local
3652 PackExpansionType *T in getPackExpansionType() local
3792 ObjCObjectTypeImpl *T = in getObjCObjectType() local
3915 ObjCInterfaceType *T = new (Mem) ObjCInterfaceType(Decl); in getObjCInterfaceType() local
4464 QualType T = getCanonicalType(QualType(NNS->getAsType(), 0)); in getCanonicalNestedNameSpecifier() local
4628 static FloatingRank getFloatingRank(QualType T) { in getFloatingRank()
4955 void ASTContext::setCFConstantStringType(QualType T) { in setCFConstantStringType()
5110 static bool isTypeTypedefedAsBOOL(QualType T) { in isTypeTypedefedAsBOOL()
5268 QualType T, std::string& S, in getObjCEncodingForMethodParameter()
5465 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType()
5477 void ASTContext::getObjCEncodingForPropertyType(QualType T, in getObjCEncodingForPropertyType()
5560 QualType T, const FieldDecl *FD) { in EncodeBitField()
5593 void ASTContext::getObjCEncodingForTypeImpl(QualType T, std::string& S, in getObjCEncodingForTypeImpl()
6125 QualType T = getObjCObjectType(ObjCBuiltinIdTy, { }, { }); in getObjCIdDecl() local
6134 QualType T = getPointerType(ObjCBuiltinSelTy); in getObjCSelDecl() local
6142 QualType T = getObjCObjectType(ObjCBuiltinClassTy, { }, { }); in getObjCClassDecl() local
6170 QualType T = Context->getPointerType(Context->CharTy); in CreateCharPtrNamedVaListDecl() local
6184 QualType T = Context->getPointerType(Context->VoidTy); in CreateVoidPtrBuiltinVaListDecl() local
6415 QualType T = Context->getRecordType(VaListDecl); in CreateAAPCSABIBuiltinVaListDecl() local
7406 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType()
8869 const llvm::Triple &T = getTargetInfo().getTriple(); in AtomicUsesUnsupportedLibcall() local
9086 for (ObjCMethodDecl::param_const_iterator IM = MethodImpl->param_begin(), in ObjCMethodsAreEqual() local