reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParsePragma.cpp
 2681             .Case("contract", TokFPAnnotValue::Contract)
 2707             .Case("on", TokFPAnnotValue::On)
 2708             .Case("off", TokFPAnnotValue::Off)
 2709             .Case("fast", TokFPAnnotValue::Fast)
 2726     auto *AnnotValue = new (PP.getPreprocessorAllocator())
 2727         TokFPAnnotValue{*FlagKind, *FlagValue};
 2753   auto *AnnotValue =
 2758   case TokFPAnnotValue::On:
 2761   case TokFPAnnotValue::Fast:
 2764   case TokFPAnnotValue::Off: