Searched defs:LEK (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h102 /// \param LEK -- which of the three above cases we should warn for
106 LockErrorKind LEK){}
103 handleMutexHeldEndOfScope(Name LockName, SourceLocation LocLocked, SourceLocation LocEndOfScope, LockErrorKind LEK) argument
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1315 LockErrorKind LEK){
1317 switch (LEK) {
1313 handleMutexHeldEndOfScope(Name LockName, SourceLocation LocLocked, SourceLocation LocEndOfScope, LockErrorKind LEK) argument

Completed in 239 milliseconds