Searched refs:matchesArgType (Results 1 – 3 of 3) sorted by relevance
341 MatchKind matchesArgType(ASTContext &C, const ArgType &other) const;
615 ArgType::matchesArgType(ASTContext &C, const ArgType &Other) const { in matchesArgType() function in ArgType
7614 switch (ArgType.matchesArgType(S.Context, Other.ArgType)) { in VerifyCompatible()