Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1714 PP.EnterAnnotationToken(SourceRange(ImportLoc, ModuleName.back().second), in HandlePragma()
1781 PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().second), in HandlePragma()
1800 PP.EnterAnnotationToken(SourceRange(Loc), tok::annot_module_end, M); in HandlePragma()
H A DPPDirectives.cpp1881 void Preprocessor::EnterAnnotationToken(SourceRange Range, in EnterAnnotationToken() function in Preprocessor
2074 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
2078 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), tok::annot_header_unit, in HandleIncludeDirective()
2082 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1918 void EnterAnnotationToken(SourceRange Range, tok::TokenKind Kind,