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

  /external/llvm/tools/opt/
BreakpointPrinter.cpp 33 if (Context.isNameSpace()) {
  /external/llvm/lib/IR/
DebugInfo.cpp 292 /// isNameSpace - Return true if the specified tag is DW_TAG_namespace.
293 bool DIDescriptor::isNameSpace() const {
594 if (!isNameSpace())
769 if (isNameSpace())
782 if (isNameSpace())
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 137 bool isNameSpace() const;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
DwarfDebug.cpp 707 if (Entity.isNameSpace())
    [all...]

Completed in 148 milliseconds