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

/external/llvm/lib/IR/
H A DDebugInfo.cpp292 /// isLexicalBlock - Return true if the specified tag is DW_TAG_lexical_block.
293 bool DIDescriptor::isLexicalBlock() const { function in class:DIDescriptor
574 return isLexicalBlock() && DbgNode->getNumOperands() == 6;
705 if (isLexicalBlock())
841 if (D.isLexicalBlock())
958 if (Scope.isLexicalBlock()) {
973 if (Context.isLexicalBlock())

Completed in 60 milliseconds