Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDebugInfo.h126 bool isTemplateTypeParameter() const;
/external/llvm/lib/Analysis/
DDebugInfo.cpp228 bool DIDescriptor::isTemplateTypeParameter() const { in isTemplateTypeParameter() function in DIDescriptor
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp540 if (Element.isTemplateTypeParameter()) in addTemplateParams()