Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp915 const CXXMethodDecl *CurrentMethod; member in __anon4f66b6dc0811::ThreadSafetyAnalyzer
1170 if (!CurrentMethod) in inCurrentScope()
1175 return VD->getDeclContext() == CurrentMethod->getDeclContext(); in inCurrentScope()
2101 CurrentMethod = dyn_cast<CXXMethodDecl>(D); in runAnalysis()