Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessorLexer.h143 void setParsingPreprocessorDirective(bool f) { in setParsingPreprocessorDirective() function
/external/llvm-project/clang/include/clang/Lex/
DPreprocessorLexer.h136 void setParsingPreprocessorDirective(bool f) { in setParsingPreprocessorDirective() function
/external/llvm-project/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp411 RawLex.setParsingPreprocessorDirective(true); in Process()
526 RawLex.setParsingPreprocessorDirective(false); in Process()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp437 RawLex.setParsingPreprocessorDirective(true); in Process()
567 RawLex.setParsingPreprocessorDirective(false); in Process()
/external/clang/lib/Frontend/
DCacheTokens.cpp375 L.setParsingPreprocessorDirective(true); in LexTokens()
377 L.setParsingPreprocessorDirective(false); in LexTokens()
/external/llvm-project/clang-tools-extra/clang-move/
DMove.cpp299 Lex.setParsingPreprocessorDirective(true); in getLocForEndOfDecl()
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp120 Lex->setParsingPreprocessorDirective(true); in getStartOfNextLine()