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,
636 const ValueDecl *VDec = DRE->getDecl(); in VisitBinaryOperator()
1064 BeforeSet::BeforeInfo* BeforeSet::insertAttrExprs(const ValueDecl* Vd, in insertAttrExprs()
1086 if (const ValueDecl *Cpvd = Cp.valueDecl()) { in insertAttrExprs()
1102 if (const ValueDecl *ArgVd = Cp.valueDecl()) { in insertAttrExprs()
1119 BeforeSet::getBeforeInfoForDecl(const ValueDecl *Vd, in getBeforeInfoForDecl()
1132 void BeforeSet::checkBeforeAfter(const ValueDecl* StartVd, in checkBeforeAfter()
1140 std::function<bool (const ValueDecl*)> traverse = [&](const ValueDecl* Vd) { in checkBeforeAfter()
1184 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl()
1221 const ValueDecl *VD = LP->clangDecl(); in inCurrentScope()
1236 const ValueDecl *VD = P->clangDecl(); in inCurrentScope()
1715 const ValueDecl *D = getValueDecl(Exp); in checkAccess()
1753 const ValueDecl *D = getValueDecl(Exp); in checkPtAccess()
2124 if (const ValueDecl *ExtD = Exp->getExtendingDecl()) { in VisitMaterializeTemporaryExpr()