Searched refs:MatchKind (Results 1 – 5 of 5) sorted by relevance
151 enum MatchKind { MK_ALL, MK_ANY, MK_NONE }; in isVariantApplicableInContextHelper() enum153 MatchKind MK = MK_ALL; in isVariantApplicableInContextHelper()
271 enum MatchKind { enum340 MatchKind matchesType(ASTContext &C, QualType argTy) const;
323 clang::analyze_format_string::ArgType::MatchKind
248 RegKind MatchKind);4170 RegKind MatchKind) { in tryParseVectorRegister() argument4181 unsigned RegNum = matchRegisterNameAlias(Head, MatchKind); in tryParseVectorRegister()4186 if (!isValidVectorKind(Kind, MatchKind)) in tryParseVectorRegister()
7223 static analyze_format_string::ArgType::MatchKind7224 handleFormatSignedness(analyze_format_string::ArgType::MatchKind Match, in handleFormatSignedness()7288 ArgType::MatchKind ImplicitMatch = ArgType::NoMatch; in checkFormatExpr()7289 ArgType::MatchKind Match = AT.matchesType(S.Context, ExprTy); in checkFormatExpr()7290 ArgType::MatchKind OrigMatch = Match; in checkFormatExpr()7481 ArgType::MatchKind IntendedMatch = AT.matchesType(S.Context, IntendedTy); in checkFormatExpr()7768 analyze_format_string::ArgType::MatchKind Match = in HandleScanfSpecifier()