Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h172 SourceLocation LocEndOfScope,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2078 SourceLocation LocEndOfScope, in handleMutexHeldEndOfScope() argument
2096 if (LocEndOfScope.isInvalid()) in handleMutexHeldEndOfScope()
2097 LocEndOfScope = FunEndLocation; in handleMutexHeldEndOfScope()
2099 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) in handleMutexHeldEndOfScope()