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

  /external/clang/lib/Lex/
PreprocessorLexer.cpp 41 IndirectLex(FilenameTok);
  /external/clang/include/clang/Lex/
PTHLexer.h 91 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
93 void IndirectLex(Token &Result) { Lex(Result); }
PreprocessorLexer.h 84 virtual void IndirectLex(Token& Result) = 0;
Lexer.h 153 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
155 void IndirectLex(Token &Result) { Lex(Result); }

Completed in 47 milliseconds