Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp391 struct BlockScopePosPair { struct
392 CFGBlock *block = nullptr;
393 LocalScope::const_iterator scopePosition;
396 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() argument