Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h190 static Lexer *Create_PragmaLexer(SourceLocation SpellingLoc,
/llvm-project-15.0.7/clang/lib/Lex/
H A DPragma.cpp332 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc, in Handle_Pragma()
H A DLexer.cpp195 Lexer *Lexer::Create_PragmaLexer(SourceLocation SpellingLoc, in Create_PragmaLexer() function in Lexer