Home
last modified time | relevance | path

Searched defs:BlockScopePosPair (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DCFG.cpp208 struct BlockScopePosPair { struct
209 BlockScopePosPair() : block(0) {} in BlockScopePosPair() function
210 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() argument
213 CFGBlock *block;
214 LocalScope::const_iterator scopePosition;