Searched refs:argTy (Results 1 – 3 of 3) sorted by relevance
260 ArgType::matchesType(ASTContext &C, QualType argTy) const { in matchesType()263 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()271 argTy = PT->getPointeeType(); in matchesType()282 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType()283 argTy = ETy->getDecl()->getIntegerType(); in matchesType()285 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType()299 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType()300 argTy = ETy->getDecl()->getIntegerType(); in matchesType()301 argTy = C.getCanonicalType(argTy).getUnqualifiedType(); in matchesType()303 if (T == argTy) in matchesType()[all …]
261 MatchKind matchesType(ASTContext &C, QualType argTy) const;
574 Type* argTy = static_cast<Type*>(*PI); in printType() local575 printType(argTy); in printType()576 std::string argName(getCppName(argTy)); in printType()