Searched refs:MatchKind (Results 1 – 5 of 5) sorted by relevance
150 enum MatchKind { MK_ALL, MK_ANY, MK_NONE }; in isVariantApplicableInContextHelper() enum152 MatchKind MK = MK_ALL; in isVariantApplicableInContextHelper()
255 enum MatchKind { enum316 MatchKind matchesType(ASTContext &C, QualType argTy) const;
322 clang::analyze_format_string::ArgType::MatchKind
238 RegKind MatchKind);3684 RegKind MatchKind) { in tryParseVectorRegister() argument3695 unsigned RegNum = matchRegisterNameAlias(Head, MatchKind); in tryParseVectorRegister()3700 if (!isValidVectorKind(Kind, MatchKind)) { in tryParseVectorRegister()
10063 analyze_printf::ArgType::MatchKind Match = AT.matchesType(S.Context, ExprTy); in checkFormatExpr()10083 const analyze_printf::ArgType::MatchKind ImplicitMatch = in checkFormatExpr()10482 analyze_format_string::ArgType::MatchKind Match = in HandleScanfSpecifier()