Searched refs:isValInt (Results 1 – 3 of 3) sorted by relevance
108 return Arg.Key == Key && Arg.isValInt(); in getValForKey()144 if (Key.match(Arg.Key) && Arg.isValInt()) in getAllMatchingArgumentsInRemark()
37 bool Argument::isValInt() const { return getValAsInt().has_value(); } in isValInt() function in Argument
59 LLVM_ABI bool isValInt() const;