Lines Matching refs:ValueDecl
243 bool containsMutexDecl(FactManager &FM, const ValueDecl* Vd) const { in containsMutexDecl()
258 typedef SmallVector<const ValueDecl*, 4> BeforeVect;
268 typedef llvm::DenseMap<const ValueDecl *, std::unique_ptr<BeforeInfo>>
270 typedef llvm::DenseMap<const ValueDecl*, bool> CycleMap;
275 BeforeInfo* insertAttrExprs(const ValueDecl* Vd,
278 BeforeInfo *getBeforeInfoForDecl(const ValueDecl *Vd,
281 void checkBeforeAfter(const ValueDecl* Vd,
592 ValueDecl *VDec = DRE->getDecl(); in VisitBinaryOperator()
967 BeforeSet::BeforeInfo* BeforeSet::insertAttrExprs(const ValueDecl* Vd, in insertAttrExprs()
989 if (const ValueDecl *Cpvd = Cp.valueDecl()) { in insertAttrExprs()
1005 if (const ValueDecl *ArgVd = Cp.valueDecl()) { in insertAttrExprs()
1022 BeforeSet::getBeforeInfoForDecl(const ValueDecl *Vd, in getBeforeInfoForDecl()
1035 void BeforeSet::checkBeforeAfter(const ValueDecl* StartVd, in checkBeforeAfter()
1043 std::function<bool (const ValueDecl*)> traverse = [&](const ValueDecl* Vd) { in checkBeforeAfter()
1089 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl()
1141 static StringRef ClassifyDiagnostic(const ValueDecl *VD) { in ClassifyDiagnostic()
1152 if (const ValueDecl *VD = getValueDecl(A->getArg())) in ClassifyDiagnostic()
1162 if (const ValueDecl *VD = getValueDecl(Arg)) in ClassifyDiagnostic()
1624 const ValueDecl *D = getValueDecl(Exp); in checkAccess()
1664 const ValueDecl *D = getValueDecl(Exp); in checkPtAccess()