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

References

tools/clang/include/clang/Lex/Token.h
  276   bool isExpandDisabled() const { return getFlag(DisableExpand); }
tools/clang/lib/Lex/PPMacroExpansion.cpp
  602           Identifier.setFlag(Token::DisableExpand);
  848             Tok.setFlag(Token::DisableExpand);
tools/clang/lib/Lex/Preprocessor.cpp
  836         Identifier.setFlag(Token::DisableExpand);