Home
last modified time | relevance | path

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

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