Lines Matching refs:ValueDecl
262 bool containsMutexDecl(FactManager &FM, const ValueDecl* Vd) const { in containsMutexDecl()
279 using BeforeVect = SmallVector<const ValueDecl *, 4>;
290 llvm::DenseMap<const ValueDecl *, std::unique_ptr<BeforeInfo>>;
291 using CycleMap = llvm::DenseMap<const ValueDecl *, bool>;
296 BeforeInfo* insertAttrExprs(const ValueDecl* Vd,
299 BeforeInfo *getBeforeInfoForDecl(const ValueDecl *Vd,
302 void checkBeforeAfter(const ValueDecl* Vd,
635 const ValueDecl *VDec = DRE->getDecl(); in VisitBinaryOperator()
1078 BeforeSet::BeforeInfo* BeforeSet::insertAttrExprs(const ValueDecl* Vd, in insertAttrExprs()
1100 if (const ValueDecl *Cpvd = Cp.valueDecl()) { in insertAttrExprs()
1116 if (const ValueDecl *ArgVd = Cp.valueDecl()) { in insertAttrExprs()
1133 BeforeSet::getBeforeInfoForDecl(const ValueDecl *Vd, in getBeforeInfoForDecl()
1146 void BeforeSet::checkBeforeAfter(const ValueDecl* StartVd, in checkBeforeAfter()
1154 std::function<bool (const ValueDecl*)> traverse = [&](const ValueDecl* Vd) { in checkBeforeAfter()
1198 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl()
1235 const ValueDecl *VD = LP->clangDecl(); in inCurrentScope()
1250 const ValueDecl *VD = P->clangDecl(); in inCurrentScope()
1728 const ValueDecl *D = getValueDecl(Exp); in checkAccess()
1769 const ValueDecl *D = getValueDecl(Exp); in checkPtAccess()
2142 if (const ValueDecl *ExtD = Exp->getExtendingDecl()) { in VisitMaterializeTemporaryExpr()