HomeSort by relevance Sort by last modified time
    Searched refs:CurPPLexer (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Lex/
PPLexerChange.cpp 53 return CurPPLexer;
114 if (CurPPLexer || CurTokenLexer)
118 CurPPLexer = TheLexer;
139 if (CurPPLexer || CurTokenLexer)
144 CurPPLexer = CurPTHLexer.get();
151 FileID FID = CurPPLexer->getFileID();
299 if (CurPPLexer) { // Not ending a macro, ignore it.
301 CurPPLexer->MIOpt.GetControllingMacroAtEndOfFile()) {
304 SourceMgr.getFileEntryForID(CurPPLexer->getFileID())) {
311 CurPPLexer->MIOpt.GetDefinedMacro())
    [all...]
PPDirectives.cpp 300 assert(!CurTokenLexer && CurPPLexer && "Lexing a macro, not a file?");
302 CurPPLexer->pushConditionalLevel(IfTokenLoc, /*isSkipping*/false,
312 CurPPLexer->LexingRawMode = true;
328 while (!CurPPLexer->ConditionalStack.empty()) {
330 Diag(CurPPLexer->ConditionalStack.back().IfLoc,
332 CurPPLexer->ConditionalStack.pop_back();
346 CurPPLexer->ParsingPreprocessorDirective = true;
356 CurPPLexer->ParsingPreprocessorDirective = false;
372 CurPPLexer->ParsingPreprocessorDirective = false;
389 CurPPLexer->ParsingPreprocessorDirective = false
    [all...]
Pragma.cpp 120 || (CurPPLexer && CurPPLexer->ParsingPreprocessorDirective))
363 assert(CurPPLexer && "No current lexer?");
382 if (CurPPLexer) CurPPLexer->LexingRawMode = true;
384 if (CurPPLexer) CurPPLexer->LexingRawMode = false;
451 CurPPLexer->LexIncludeFilename(FilenameTok);
634 CurPPLexer->LexIncludeFilename(SourceFilenameTok);
666 CurPPLexer->LexIncludeFilename(ReplaceFilenameTok)
    [all...]
PPMacroExpansion.cpp 196 if (CurPPLexer)
233 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro();
    [all...]
Preprocessor.cpp 74 MainFileDir(nullptr), SkipMainFilePreamble(0, true), CurPPLexer(nullptr),
620 if (II.isPoisoned() && CurPPLexer) {
  /external/clang/include/clang/Lex/
Preprocessor.h 289 PreprocessorLexer *CurPPLexer;
569 return CurPPLexer == L;
576 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; }
    [all...]

Completed in 255 milliseconds