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

References

tools/lld/ELF/ScriptLexer.cpp
  219   if (!inExpr || errorCount() || atEOF())
tools/lld/ELF/ScriptParser.cpp
  864     inExpr = true;
  867     inExpr = false;
  946   bool orig = inExpr;
  947   inExpr = true;
  949   inExpr = orig;
 1107   bool orig = inExpr;
 1108   inExpr = false;
 1110   inExpr = orig;