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

/external/llvm/lib/IR/
H A DDebugInfo.cpp250 /// isScope - Return true if the specified tag is one of the scope
252 bool DIDescriptor::isScope() const { function in class:DIDescriptor
438 // Not checking for Val->isScope() here, because it would work
1260 } else if (this->isScope()) {
1422 assert(Scope.isScope() && "Scope of a DebugLoc should be a DIScope.");
/external/chromium_org/v8/src/
H A Dmirror-debugger.js435 Mirror.prototype.isScope = function() {

Completed in 205 milliseconds