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

/external/clang/lib/Lex/
H A DTokenLexer.cpp277 unsigned FirstResult = ResultToks.size(); local
291 for (unsigned i = FirstResult, e = ResultToks.size(); i != e; ++i) {
299 ResultToks.begin()+FirstResult,
306 ResultToks[FirstResult].setFlagValue(Token::LeadingSpace,
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h728 /// FirstResult - This is the first slot in the RecordedNodes list that the
730 unsigned FirstResult; member in class:llvm::CheckComplexPatMatcher
735 Name(name), FirstResult(firstresult) {}
741 unsigned getFirstResult() const { return FirstResult; }

Completed in 203 milliseconds