HomeSort by relevance Sort by last modified time
    Searched refs:isTemplateTypeParameter (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
DebugInfo.cpp 256 /// isTemplateTypeParameter - Return true if the specified tag is
258 bool DIDescriptor::isTemplateTypeParameter() const {
584 return isTemplateTypeParameter() && DbgNode->getNumOperands() == 7;
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 133 bool isTemplateTypeParameter() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 707 if (Element.isTemplateTypeParameter())
    [all...]

Completed in 47 milliseconds