Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp1017 const CXXMethodDecl *CurrentMethod; member in __anon68dfda3c0a11::ThreadSafetyAnalyzer
1285 if (!CurrentMethod) in inCurrentScope()
1288 return VD->getDeclContext() == CurrentMethod->getDeclContext(); in inCurrentScope()
2283 CurrentMethod = dyn_cast<CXXMethodDecl>(D); in runAnalysis()