Home
last modified time | relevance | path

Searched refs:setParsingPreprocessorDirective (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorLexer.h137 void setParsingPreprocessorDirective(bool f) { in setParsingPreprocessorDirective() function
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp389 RawLex.setParsingPreprocessorDirective(true); in Process()
504 RawLex.setParsingPreprocessorDirective(false); in Process()
/llvm-project-15.0.7/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp730 TheLexer.setParsingPreprocessorDirective(true); in lexPPLine()
732 [&]() { TheLexer.setParsingPreprocessorDirective(false); }); in lexPPLine()
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp299 Lex.setParsingPreprocessorDirective(true); in getLocForEndOfDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp120 Lex->setParsingPreprocessorDirective(true); in getStartOfNextLine()