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

/external/llvm/lib/TableGen/
H A DTGParser.cpp2451 bool InheritFromClass = false; local
2503 InheritFromClass = (Records.getClass(Lex.getCurStrVal()) != 0);
2505 if (InheritFromClass)
2511 if (InheritFromClass) {

Completed in 64 milliseconds