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 54 return CurPPLexer;
115 if (CurPPLexer || CurTokenLexer)
119 CurPPLexer = TheLexer;
140 if (CurPPLexer || CurTokenLexer)
145 CurPPLexer = CurPTHLexer.get();
152 FileID FID = CurPPLexer->getFileID();
300 if (CurPPLexer) { // Not ending a macro, ignore it.
302 CurPPLexer->MIOpt.GetControllingMacroAtEndOfFile()) {
304 if (const FileEntry *FE = CurPPLexer->getFileEntry()) {
311 CurPPLexer->MIOpt.GetDefinedMacro())
    [all...]
PPDirectives.cpp 290 assert(!CurTokenLexer && CurPPLexer && "Lexing a macro, not a file?");
292 CurPPLexer->pushConditionalLevel(IfTokenLoc, /*isSkipping*/false,
302 CurPPLexer->LexingRawMode = true;
318 while (!CurPPLexer->ConditionalStack.empty()) {
320 Diag(CurPPLexer->ConditionalStack.back().IfLoc,
322 CurPPLexer->ConditionalStack.pop_back();
336 CurPPLexer->ParsingPreprocessorDirective = true;
346 CurPPLexer->ParsingPreprocessorDirective = false;
362 CurPPLexer->ParsingPreprocessorDirective = false;
379 CurPPLexer->ParsingPreprocessorDirective = false
    [all...]
Pragma.cpp 121 || (CurPPLexer && CurPPLexer->ParsingPreprocessorDirective))
368 assert(CurPPLexer && "No current lexer?");
387 if (CurPPLexer) CurPPLexer->LexingRawMode = true;
389 if (CurPPLexer) CurPPLexer->LexingRawMode = false;
456 CurPPLexer->LexIncludeFilename(FilenameTok);
636 CurPPLexer->LexIncludeFilename(SourceFilenameTok);
668 CurPPLexer->LexIncludeFilename(ReplaceFilenameTok)
    [all...]
Preprocessor.cpp 75 SkipMainFilePreamble(0, true), CurPPLexer(nullptr), CurDirLookup(nullptr),
651 if (II.isPoisoned() && CurPPLexer) {
    [all...]
PPMacroExpansion.cpp 391 if (CurPPLexer)
426 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro();
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 295 PreprocessorLexer *CurPPLexer;
751 return CurPPLexer == L;
758 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; }
    [all...]

Completed in 47 milliseconds