Searched refs:EnterAnnotationToken (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Pragma.cpp | 1688 PP.EnterAnnotationToken(SourceRange(ImportLoc, ModuleName.back().second), in HandlePragma() 1755 PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().second), in HandlePragma() 1774 PP.EnterAnnotationToken(SourceRange(Loc), tok::annot_module_end, M); in HandlePragma()
|
| H A D | PPDirectives.cpp | 1639 void Preprocessor::EnterAnnotationToken(SourceRange Range, in EnterAnnotationToken() function in Preprocessor 1798 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective() 1802 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1582 void EnterAnnotationToken(SourceRange Range, tok::TokenKind Kind,
|