Searched refs:EnterAnnotationToken (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Lex/ |
D | Pragma.cpp | 1574 PP.EnterAnnotationToken(SourceRange(ImportLoc, ModuleName.back().second), in HandlePragma() 1641 PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().second), in HandlePragma() 1660 PP.EnterAnnotationToken(SourceRange(Loc), tok::annot_module_end, M); in HandlePragma()
|
D | PPDirectives.cpp | 1549 void Preprocessor::EnterAnnotationToken(SourceRange Range, in EnterAnnotationToken() function in Preprocessor 1707 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective() 1711 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 1582 static void EnterAnnotationToken(Preprocessor &PP, in EnterAnnotationToken() function 2000 EnterAnnotationToken(*this, HashLoc, End, tok::annot_module_include, M); in HandleIncludeDirective() 2031 EnterAnnotationToken(*this, HashLoc, End, tok::annot_module_begin, M); in HandleIncludeDirective()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 1576 void EnterAnnotationToken(SourceRange Range, tok::TokenKind Kind,
|