Home
last modified time | relevance | path

Searched refs:getLastAttr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3305 << ", " << getLastAttr()->getName() << ")\n"; in emitAttrRange()
3331 Record *getLastAttr() const { in getLastAttr() function
3334 return SubClasses.back()->getLastAttr(); in getLastAttr()