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

  /external/clang/lib/Lex/
Lexer.cpp     [all...]
PTHLexer.cpp 104 // Save 'PP' to 'PPCache' as LexEndOfFile can delete 'this'.
105 Preprocessor *PPCache = PP;
113 return PPCache->Lex(Tok);
TokenLexer.cpp 430 Preprocessor &PPCache = PP;
436 return PPCache.Lex(Tok);
    [all...]

Completed in 52 milliseconds