Searched defs:hasFlag (Results 1 – 3 of 3) sorted by relevance
160 bool hasFlag(unsigned Val) const { in hasFlag() function
203 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() function in ArgList209 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag() function in ArgList
30 static inline bool hasFlag(const StringRef Feature) { in hasFlag() function