Searched refs:EnterAnnotationToken (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Pragma.cpp | 1713 PP.EnterAnnotationToken(SourceRange(ImportLoc, ModuleName.back().second), in HandlePragma() 1780 PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().second), in HandlePragma() 1799 PP.EnterAnnotationToken(SourceRange(Loc), tok::annot_module_end, M); in HandlePragma()
|
| H A D | PPDirectives.cpp | 1804 void Preprocessor::EnterAnnotationToken(SourceRange Range, in EnterAnnotationToken() function in Preprocessor 1996 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective() 2000 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), tok::annot_header_unit, in HandleIncludeDirective() 2004 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1893 void EnterAnnotationToken(SourceRange Range, tok::TokenKind Kind,
|