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

/external/llvm/lib/IR/
H A DDebugInfo.cpp256 /// isTemplateTypeParameter - Return true if the specified tag is
258 bool DIDescriptor::isTemplateTypeParameter() const { function in class:DIDescriptor
584 return isTemplateTypeParameter() && DbgNode->getNumOperands() == 7;

Completed in 88 milliseconds