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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1532   void EnterAnnotationToken(SourceRange Range, tok::TokenKind Kind,

References

tools/clang/lib/Lex/PPDirectives.cpp
 1704     EnterAnnotationToken(SourceRange(HashLoc, EndLoc),
 1708     EnterAnnotationToken(SourceRange(HashLoc, EndLoc),
tools/clang/lib/Lex/Pragma.cpp
 1563     PP.EnterAnnotationToken(SourceRange(ImportLoc, ModuleName.back().second),
 1630     PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().second),
 1649       PP.EnterAnnotationToken(SourceRange(Loc), tok::annot_module_end, M);