Searched refs:AllowGroups (Results 1 – 4 of 4) sorted by relevance
29 SanitizerMask clang::parseSanitizerValue(StringRef Value, bool AllowGroups) { in parseSanitizerValue() argument33 .Case(NAME, AllowGroups ? SanitizerKind::ID##Group : SanitizerMask()) in parseSanitizerValue()
174 SanitizerMask parseSanitizerValue(StringRef Value, bool AllowGroups);
2918 parseSanitizerValue(SanitizerName, /*AllowGroups=*/true);
9954 AllowGroups/DenyGroups; bz1690, ok markus@