Lines Matching refs:ValueDecl
261 bool containsMutexDecl(FactManager &FM, const ValueDecl* Vd) const { in containsMutexDecl()
278 using BeforeVect = SmallVector<const ValueDecl *, 4>;
289 llvm::DenseMap<const ValueDecl *, std::unique_ptr<BeforeInfo>>;
290 using CycleMap = llvm::DenseMap<const ValueDecl *, bool>;
295 BeforeInfo* insertAttrExprs(const ValueDecl* Vd,
298 BeforeInfo *getBeforeInfoForDecl(const ValueDecl *Vd,
301 void checkBeforeAfter(const ValueDecl* Vd,
636 const ValueDecl *VDec = DRE->getDecl(); in VisitBinaryOperator()
1070 BeforeSet::BeforeInfo* BeforeSet::insertAttrExprs(const ValueDecl* Vd, in insertAttrExprs()
1092 if (const ValueDecl *Cpvd = Cp.valueDecl()) { in insertAttrExprs()
1108 if (const ValueDecl *ArgVd = Cp.valueDecl()) { in insertAttrExprs()
1125 BeforeSet::getBeforeInfoForDecl(const ValueDecl *Vd, in getBeforeInfoForDecl()
1138 void BeforeSet::checkBeforeAfter(const ValueDecl* StartVd, in checkBeforeAfter()
1146 std::function<bool (const ValueDecl*)> traverse = [&](const ValueDecl* Vd) { in checkBeforeAfter()
1190 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl()
1244 static StringRef ClassifyDiagnostic(const ValueDecl *VD) { in ClassifyDiagnostic()
1255 if (const ValueDecl *VD = getValueDecl(A->getArg())) in ClassifyDiagnostic()
1265 if (const ValueDecl *VD = getValueDecl(Arg)) in ClassifyDiagnostic()
1739 const ValueDecl *D = getValueDecl(Exp); in checkAccess()
1778 const ValueDecl *D = getValueDecl(Exp); in checkPtAccess()