Searched defs:hasFlag (Results 1 – 5 of 5) sorted by relevance
73 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() function in ArgList79 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag() function in ArgList
84 bool hasFlag(const std::string &Flag) const { in hasFlag() function
182 bool hasFlag(unsigned Val) const { in hasFlag() function
208 static bool hasFlag(StringRef Feature) { in hasFlag() function
164 bool hasFlag(const Record *OptionOrGroup, StringRef OptionFlag) { in hasFlag() function