Searched refs:argTy (Results 1 – 4 of 4) sorted by relevance
324 ArgType::matchesType(ASTContext &C, QualType argTy) const { in matchesType()328 if (argTy->canDecayToPointerType()) in matchesType()329 argTy = C.getDecayedType(argTy); in matchesType()333 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()341 argTy = PT->getPointeeType(); in matchesType()352 if (const auto *ETy = argTy->getAs<EnumType>()) { in matchesType()359 argTy = ETy->getDecl()->getIntegerType(); in matchesType()362 if (const auto *BT = argTy->getAs<BuiltinType>()) { in matchesType()397 if (const EnumType *ETy = argTy->getAs<EnumType>()) { in matchesType()402 argTy = C.IntTy; in matchesType()[all …]
1044 const Type* argTy = static_cast<const Type*>(*PI); in getOrInsertFunction() local1045 if (argTy->isPointerTy()) { in getOrInsertFunction()
340 MatchKind matchesType(ASTContext &C, QualType argTy) const;
1142 llvm::Type *argTy = llvm_eh_typeid_for->getArg(0)->getType(); in emitCatchDispatchBlock() local1158 if (typeValue->getType() != argTy) in emitCatchDispatchBlock()1161 LangAS::Default, argTy); in emitCatchDispatchBlock()