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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp281 struct BlockScopePosPair { struct in namespace:__anon3711
282 BlockScopePosPair() : block(nullptr) {} function in struct:__anon3711::BlockScopePosPair
283 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) function in struct:__anon3711::BlockScopePosPair
367 typedef BlockScopePosPair JumpTarget;
368 typedef BlockScopePosPair JumpSource;

Completed in 77 milliseconds