Searched refs:EnterAnnotationToken (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Pragma.cpp | 1722 PP.EnterAnnotationToken(SourceRange(ImportLoc, ModuleName.back().getLoc()), in HandlePragma() 1792 PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().getLoc()), in HandlePragma() 1811 PP.EnterAnnotationToken(SourceRange(Loc), tok::annot_module_end, M); in HandlePragma()
|
| H A D | PPDirectives.cpp | 1906 void Preprocessor::EnterAnnotationToken(SourceRange Range, in EnterAnnotationToken() function in Preprocessor 2108 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective() 2112 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), tok::annot_header_unit, in HandleIncludeDirective() 2116 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1956 void EnterAnnotationToken(SourceRange Range, tok::TokenKind Kind,
|