Home
last modified time | relevance | path

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

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