Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp209 struct BlockScopePosPair { struct
210 BlockScopePosPair() : block(nullptr) {} in BlockScopePosPair() argument
211 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() function
296 typedef BlockScopePosPair JumpTarget;
297 typedef BlockScopePosPair JumpSource;