Home
last modified time | relevance | path

Searched refs:EnterAnnotationToken (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DPragma.cpp1658 PP.EnterAnnotationToken(SourceRange(ImportLoc, ModuleName.back().second), in HandlePragma()
1725 PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().second), in HandlePragma()
1744 PP.EnterAnnotationToken(SourceRange(Loc), tok::annot_module_end, M); in HandlePragma()
H A DPPDirectives.cpp1798 void Preprocessor::EnterAnnotationToken(SourceRange Range, in EnterAnnotationToken() function in Preprocessor
1980 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
1984 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), tok::annot_header_unit, in HandleIncludeDirective()
1988 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1746 void EnterAnnotationToken(SourceRange Range, tok::TokenKind Kind,