Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp263 bool DIDescriptor::isTemplateTypeParameter() const { in isTemplateTypeParameter() function in DIDescriptor
634 return isTemplateTypeParameter() && DbgNode->getNumOperands() == 4 && in Verify()
1082 if (Element.isTemplateTypeParameter()) { in processSubprogram()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h228 bool isTemplateTypeParameter() const;
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp732 if (Element.isTemplateTypeParameter()) in addTemplateParams()