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()
255 enum MatchKind { enum316 MatchKind matchesType(ASTContext &C, QualType argTy) const;
323 clang::analyze_format_string::ArgType::MatchKind
231 RegKind MatchKind);3291 RegKind MatchKind) { in tryParseVectorRegister() argument3303 unsigned RegNum = matchRegisterNameAlias(Head, MatchKind); in tryParseVectorRegister()3308 if (!isValidVectorKind(Kind, MatchKind)) { in tryParseVectorRegister()
8799 analyze_printf::ArgType::MatchKind Match = AT.matchesType(S.Context, ExprTy); in checkFormatExpr()8819 const analyze_printf::ArgType::MatchKind ImplicitMatch = in checkFormatExpr()9198 analyze_format_string::ArgType::MatchKind Match = in HandleScanfSpecifier()