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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h150 /// isParsingPreprocessorDirective - Return true if we are in the middle of a
152 bool isParsingPreprocessorDirective() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp935 /// isParsingPreprocessorDirective - Return true if we are in the middle of a
937 bool TokenLexer::isParsingPreprocessorDirective() const { function in class:TokenLexer
H A DPragma.cpp180 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective())

Completed in 66 milliseconds