Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h105 SourceLocation LocEndOfScope, in handleMutexHeldEndOfScope() argument
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1311 SourceLocation LocEndOfScope, in handleMutexHeldEndOfScope() argument
1328 if (LocEndOfScope.isInvalid()) in handleMutexHeldEndOfScope()
1329 LocEndOfScope = FunEndLocation; in handleMutexHeldEndOfScope()
1331 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << LockName); in handleMutexHeldEndOfScope()