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

/external/llvm/lib/IR/
H A DDebugInfo.cpp315 /// isEnumerator - Return true if the specified tag is DW_TAG_enumerator.
316 bool DIDescriptor::isEnumerator() const { function in class:DIDescriptor
609 return isEnumerator() && DbgNode->getNumOperands() == 3;
1242 } else if (this->isEnumerator()) {

Completed in 1106 milliseconds