Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h155 SourceLocation LocEndOfScope, in handleMutexHeldEndOfScope() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1887 SourceLocation LocEndOfScope, in handleMutexHeldEndOfScope() argument
1904 if (LocEndOfScope.isInvalid()) in handleMutexHeldEndOfScope()
1905 LocEndOfScope = FunEndLocation; in handleMutexHeldEndOfScope()
1907 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope()