Home
last modified time | relevance | path

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

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