Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DTokenLexer.h152 bool isParsingPreprocessorDirective() const;
/llvm-project-15.0.7/clang/lib/Lex/
H A DTokenLexer.cpp935 bool TokenLexer::isParsingPreprocessorDirective() const { in isParsingPreprocessorDirective() function in TokenLexer
H A DPragma.cpp180 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective()) in HandlePragmaDirective()