Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp1496 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 DPPDirectives.cpp1525 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 DPreprocessor.h1432 void EnterAnnotationToken(SourceRange Range, tok::TokenKind Kind,