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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
  865   void updateOutOfDateIdentifier(IdentifierInfo &II) const;

References

tools/clang/include/clang/Lex/Preprocessor.h
  584         PP.updateOutOfDateIdentifier(const_cast<IdentifierInfo&>(*II));
 1120       updateOutOfDateIdentifier(const_cast<IdentifierInfo&>(*II));
tools/clang/lib/Lex/Preprocessor.cpp
  809     updateOutOfDateIdentifier(II);