Searched refs:FirstResult (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DTokenLexer.cpp217 unsigned FirstResult = ResultToks.size(); local
223 for (unsigned i = FirstResult, e = ResultToks.size(); i != e; ++i) {
231 ResultToks.begin()+FirstResult,
238 ResultToks[FirstResult].setFlagValue(Token::LeadingSpace,
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h669 /// FirstResult - This is the first slot in the RecordedNodes list that the
671 unsigned FirstResult; member in class:llvm::CheckComplexPatMatcher
676 Name(name), FirstResult(firstresult) {}
682 unsigned getFirstResult() const { return FirstResult; }

Completed in 63 milliseconds