Lines Matching refs:ValueDecl
273 bool containsMutexDecl(FactManager &FM, const ValueDecl* Vd) const { in containsMutexDecl()
289 using BeforeVect = SmallVector<const ValueDecl *, 4>;
300 llvm::DenseMap<const ValueDecl *, std::unique_ptr<BeforeInfo>>;
301 using CycleMap = llvm::DenseMap<const ValueDecl *, bool>;
306 BeforeInfo* insertAttrExprs(const ValueDecl* Vd,
309 BeforeInfo *getBeforeInfoForDecl(const ValueDecl *Vd,
312 void checkBeforeAfter(const ValueDecl* Vd,
645 const ValueDecl *VDec = DRE->getDecl(); in VisitBinaryOperator()
1159 BeforeSet::BeforeInfo* BeforeSet::insertAttrExprs(const ValueDecl* Vd, in insertAttrExprs()
1181 if (const ValueDecl *Cpvd = Cp.valueDecl()) { in insertAttrExprs()
1197 if (const ValueDecl *ArgVd = Cp.valueDecl()) { in insertAttrExprs()
1214 BeforeSet::getBeforeInfoForDecl(const ValueDecl *Vd, in getBeforeInfoForDecl()
1227 void BeforeSet::checkBeforeAfter(const ValueDecl* StartVd, in checkBeforeAfter()
1235 std::function<bool (const ValueDecl*)> traverse = [&](const ValueDecl* Vd) { in checkBeforeAfter()
1278 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl()
1296 const ValueDecl *VD = LP->clangDecl(); in inCurrentScope()
1311 const ValueDecl *VD = P->clangDecl(); in inCurrentScope()
1767 const ValueDecl *D = getValueDecl(Exp); in checkAccess()
1832 const ValueDecl *D = getValueDecl(Exp); in checkPtAccess()
2281 if (const ValueDecl *ExtD = Exp->getExtendingDecl()) { in VisitMaterializeTemporaryExpr()