Searched refs:IndirectLex (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessorLexer.cpp42 IndirectLex(FilenameTok);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DPTHLexer.h91 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
93 void IndirectLex(Token &Result) { Lex(Result); } function in class:clang::PTHLexer
H A DPreprocessorLexer.h86 virtual void IndirectLex(Token& Result) = 0;
H A DLexer.h146 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
148 void IndirectLex(Token &Result) { Lex(Result); } function in class:clang::Lexer

Completed in 49 milliseconds