Searched refs:matchesType (Results 1 – 4 of 4) sorted by relevance
519 if (!matchesType(qualifiedName, s) && !matchesType(realType, s)) { in matchesParams()532 private boolean matchesType(String signatureParam, String callerParam) { in matchesType() method in MethodInfo
209 bool ArgTypeResult::matchesType(ASTContext &C, QualType argTy) const { in matchesType() function in ArgTypeResult
220 bool matchesType(ASTContext &C, QualType argTy) const;
1436 if (!ATR.matchesType(S.Context, T)) { in HandleAmount()1632 if (ATR.isValid() && !ATR.matchesType(S.Context, Ex->getType())) { in HandlePrintfSpecifier()1640 if (ATR.matchesType(S.Context, Ex->getType())) in HandlePrintfSpecifier()