Searched defs:ScopeIdx (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDebugLoc.h50 /// ScopeIdx - This is an opaque ID# for Scope/InlinedAt information,
52 int ScopeIdx; member in class:llvm::DebugLoc
54 DebugLoc() : LineCol(0), ScopeIdx(0) {} // Defaults to unknown.
68 bool isUnknown() const { return ScopeIdx == 0; }
96 return LineCol == DL.LineCol && ScopeIdx == DL.ScopeIdx;

Completed in 569 milliseconds