Searched refs:AreSafeFunctionsWanted (Results 1 – 1 of 1) sorted by relevance
799 Optional<bool> AreSafeFunctionsWanted; in check() local802 while (It != PP->macro_end() && !AreSafeFunctionsWanted.hasValue()) { in check()812 AreSafeFunctionsWanted = IntValue.getZExtValue(); in check()820 if (AreSafeFunctionsWanted.hasValue()) in check()821 UseSafeFunctions = AreSafeFunctionsWanted.getValue(); in check()