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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h90 // LexicalBlockStack - Keep track of our current nested lexical block.
91 std::vector<llvm::TrackingVH<llvm::MDNode> > LexicalBlockStack; member in class:clang::CodeGen::CGDebugInfo
93 // FnBeginRegionCount - Keep track of LexicalBlockStack counter at the
457 /// (= the top of the LexicalBlockStack).

Completed in 296 milliseconds