Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp1012 const CXXMethodDecl *CurrentMethod; member in __anon6254f0e10a11::ThreadSafetyAnalyzer
1234 if (!CurrentMethod) in inCurrentScope()
1237 return VD->getDeclContext() == CurrentMethod->getDeclContext(); in inCurrentScope()
2245 CurrentMethod = dyn_cast<CXXMethodDecl>(D); in runAnalysis()