Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp281 struct BlockScopePosPair { struct
282 BlockScopePosPair() : block(nullptr) {} in BlockScopePosPair() argument
283 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() function
367 typedef BlockScopePosPair JumpTarget;
368 typedef BlockScopePosPair JumpSource;
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp371 struct BlockScopePosPair { struct
375 BlockScopePosPair() = default;
376 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() function
467 using JumpTarget = BlockScopePosPair;
468 using JumpSource = BlockScopePosPair;