Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp281 struct BlockScopePosPair { struct
282 BlockScopePosPair() : block(nullptr) {} in BlockScopePosPair() function
283 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() function
367 typedef BlockScopePosPair JumpTarget;
368 typedef BlockScopePosPair JumpSource;