Searched refs:MatchKind (Results 1 – 4 of 4) sorted by relevance
241 enum MatchKind { NoMatch = 0, Match = 1, NoMatchPedantic }; enum266 MatchKind matchesType(ASTContext &C, QualType argTy) const;
290 clang::analyze_format_string::ArgType::MatchKind
194 RegKind MatchKind);2990 RegKind MatchKind) { in tryParseVectorRegister() argument3002 unsigned RegNum = matchRegisterNameAlias(Head, MatchKind); in tryParseVectorRegister()3007 if (!isValidVectorKind(Kind, MatchKind)) { in tryParseVectorRegister()
5128 analyze_printf::ArgType::MatchKind match = AT.matchesType(S.Context, ExprTy); in checkFormatExpr()5501 analyze_format_string::ArgType::MatchKind match = in HandleScanfSpecifier()