Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h152 bool isParsingPreprocessorDirective() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp937 bool TokenLexer::isParsingPreprocessorDirective() const { in isParsingPreprocessorDirective() function in TokenLexer
H A DPragma.cpp182 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective()) in HandlePragmaDirective()