Searched defs:IT (Results 1 – 13 of 13) sorted by relevance
60 if (const PointerType* IT = T->getAs<PointerType>()) { in CheckSpecifiedExceptionType() local63 } else if (const ReferenceType* IT = T->getAs<ReferenceType>()) { in CheckSpecifiedExceptionType() local
274 } else if (const InjectedClassNameType *IT in IsDerivedFromInclusive() local641 } else if (const InjectedClassNameType *IT in findFriendship() local
1037 PredefinedExpr::IdentType IT = E->getIdentType(); in TransformPredefinedExpr() local
2375 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr() local
357 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local376 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local394 IntegerType *IT = cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local
191 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType())) { in visitAdd() local
117 static final String IT = "IT"; field in PhoneNumberUtilTest.RegionCode
2067 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()
899 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
6029 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
988 PredefinedExpr(SourceLocation l, QualType type, IdentType IT) in PredefinedExpr()1000 void setIdentType(IdentType IT) { Type = IT; } in setIdentType()
1616 void setTrivial(bool IT) { IsTrivial = IT; } in setTrivial()
398 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()