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

  /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); }
Lexer.h 153 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
155 void IndirectLex(Token &Result) { Lex(Result); }

Completed in 221 milliseconds