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

/external/llvm/lib/TableGen/
H A DTGParser.cpp376 /// isObjectStart - Return true if this is a valid first token for an Object.
377 static bool isObjectStart(tgtok::TokKind K) { function
2575 while (isObjectStart(Lex.getCode())) {

Completed in 30 milliseconds