Home
last modified time | relevance | path

Searched defs: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() argument
286 CFGBlock *block;
287 LocalScope::const_iterator scopePosition;
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp371 struct BlockScopePosPair { struct
372 CFGBlock *block = nullptr;
373 LocalScope::const_iterator scopePosition;
376 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() argument