Searched refs:EnterAnnotationToken (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | Pragma.cpp | 1496 PP.EnterAnnotationToken(SourceRange(ImportLoc, ModuleName.back().second), in HandlePragma() 1564 PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().second), in HandlePragma() 1583 PP.EnterAnnotationToken(SourceRange(Loc), tok::annot_module_end, M); in HandlePragma()
|
| H A D | PPDirectives.cpp | 1525 void Preprocessor::EnterAnnotationToken(SourceRange Range, in EnterAnnotationToken() function in Preprocessor 2031 EnterAnnotationToken(SourceRange(HashLoc, End), in HandleIncludeDirective() 2080 EnterAnnotationToken(SourceRange(HashLoc, End), tok::annot_module_begin, M); in HandleIncludeDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1432 void EnterAnnotationToken(SourceRange Range, tok::TokenKind Kind,
|