Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DPragma.cpp1574 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()
DPPDirectives.cpp1549 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/
DPPDirectives.cpp1582 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/
DPreprocessor.h1576 void EnterAnnotationToken(SourceRange Range, tok::TokenKind Kind,