Home | History | Annotate | Download | only in Lex

Lines Matching refs:Level

115   // Invoke the first level of pragma handlers which reads the namespace id.
1073 int Level = -1;
1080 Level = int(Value);
1081 if (Level < 0 || Level > 4) {
1087 Callbacks->PragmaWarningPush(DiagLoc, Level);