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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 2316   void HandlePragmaHdrstop(Token &Tok);

References

tools/clang/lib/Lex/PPDirectives.cpp
  889         return HandlePragmaHdrstop(Result);
tools/clang/lib/Lex/Pragma.cpp
 1248     PP.HandlePragmaHdrstop(DepToken);