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

/external/clang/lib/Analysis/
H A DCFG.cpp206 /// BlockScopePosPair - Structure for specifying position in CFG during its
209 struct BlockScopePosPair { struct in namespace:__anon17770
210 BlockScopePosPair() : block(nullptr) {} function in struct:__anon17770::BlockScopePosPair
211 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) function in struct:__anon17770::BlockScopePosPair
290 typedef BlockScopePosPair JumpTarget;
291 typedef BlockScopePosPair JumpSource;

Completed in 130 milliseconds