Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DTokenLexer.h143 bool isParsingPreprocessorDirective() const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DTokenLexer.cpp694 bool TokenLexer::isParsingPreprocessorDirective() const { in isParsingPreprocessorDirective() function in TokenLexer
DPragma.cpp123 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective()) in HandlePragmaDirective()