Home
last modified time | relevance | path

Searched defs:handleInvalidLockExp (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h82 virtual void handleInvalidLockExp(StringRef Kind, SourceLocation Loc) {} in handleInvalidLockExp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DThreadSafety.h108 virtual void handleInvalidLockExp(SourceLocation Loc) {} in handleInvalidLockExp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DThreadSafety.h108 virtual void handleInvalidLockExp(SourceLocation Loc) {} in handleInvalidLockExp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DThreadSafety.h108 virtual void handleInvalidLockExp(SourceLocation Loc) {} in handleInvalidLockExp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DThreadSafety.h108 virtual void handleInvalidLockExp(SourceLocation Loc) {} in handleInvalidLockExp() function
/aosp_15_r20/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1546 void handleInvalidLockExp(StringRef Kind, SourceLocation Loc) override { in handleInvalidLockExp() function in clang::threadSafety::__anonb45118d30e11::ThreadSafetyReporter