Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp471 const TypedValueRegion *CurrRegion = getConstructedRegion(Ctor, Context); in willObjectBeAnalyzedLater() local
472 if (!CurrRegion) in willObjectBeAnalyzedLater()
490 if (CurrRegion->isSubRegionOf(OtherRegion)) in willObjectBeAnalyzedLater()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1530 auto *CurrRegion = &SafeBufferOptOutMap.back(); in enterOrExitSafeBufferOptOutRegion() local
1531 assert(CurrRegion->first == CurrRegion->second && in enterOrExitSafeBufferOptOutRegion()
1533 CurrRegion->second = Loc; in enterOrExitSafeBufferOptOutRegion()