Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1017 const CXXMethodDecl *CurrentMethod; member in __anon3cf8d6650a11::ThreadSafetyAnalyzer
1287 if (!CurrentMethod) in inCurrentScope()
1290 return VD->getDeclContext() == CurrentMethod->getDeclContext(); in inCurrentScope()
2300 CurrentMethod = dyn_cast<CXXMethodDecl>(D); in runAnalysis()