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

  /external/llvm/lib/Analysis/
DebugInfo.cpp 264 /// isNameSpace - Return true if the specified tag is DW_TAG_namespace.
265 bool DIDescriptor::isNameSpace() const {
593 if (isNameSpace())
613 if (isNameSpace())
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 122 bool isNameSpace() const;
    [all...]
  /external/llvm/tools/opt/
opt.cpp 358 if (Context.isNameSpace()) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 595 } else if (Context.isNameSpace()) {
681 || Context.isNameSpace()))
    [all...]

Completed in 210 milliseconds