reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
  473   til::SExpr *lookupVarDecl(const ValueDecl *VD);

References

tools/clang/lib/Analysis/ThreadSafetyCommon.cpp
  503     CV = lookupVarDecl(VD);
  568       til::SExpr *E0 = lookupVarDecl(DRE->getDecl());
  804     til::SExpr *E = lookupVarDecl(Ph->clangDecl());