Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPragma.cpp1676 PP.EnterAnnotationToken(SourceRange(ImportLoc, ModuleName.back().second), in HandlePragma()
1743 PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().second), in HandlePragma()
1762 PP.EnterAnnotationToken(SourceRange(Loc), tok::annot_module_end, M); in HandlePragma()
H A DPPDirectives.cpp1785 void Preprocessor::EnterAnnotationToken(SourceRange Range, in EnterAnnotationToken() function in Preprocessor
1967 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
1971 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), tok::annot_header_unit, in HandleIncludeDirective()
1975 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1890 void EnterAnnotationToken(SourceRange Range, tok::TokenKind Kind,