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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 264 /// isNameSpace - Return true if the specified tag is DW_TAG_namespace.
265 bool DIDescriptor::isNameSpace() const {
562 if (isNameSpace())
583 if (isNameSpace())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 121 bool isNameSpace() const;
  /external/swiftshader/third_party/LLVM/tools/opt/
opt.cpp 355 if (Context.isNameSpace()) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 568 } else if (Context.isNameSpace()) {
638 || Context.isNameSpace()))
    [all...]

Completed in 214 milliseconds