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 284 /// isTemplateTypeParameter - Return true if the specified tag is
286 bool DIDescriptor::isTemplateTypeParameter() const {
569 return isTemplateTypeParameter() && DbgNode->getNumOperands() == 7;
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 125 bool isTemplateTypeParameter() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 693 if (Element.isTemplateTypeParameter())
    [all...]

Completed in 196 milliseconds