Lines Matching full:vardecl
36 if (VarDecl *VD = dyn_cast<VarDecl>(D))
158 /// - On every occurrence of VarDecl increase CFGBuilder::ScopePos if it points
159 /// at this VarDecl,
171 typedef BumpVector<VarDecl*> AutomaticVarsTy;
199 VarDecl *const* operator->() const {
204 VarDecl *operator*() const {
257 void addVar(VarDecl *VD) {
590 LocalScope* addLocalScopeForVarDecl(VarDecl *VD, LocalScope* Scope = nullptr);
618 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) {
1225 SmallVector<VarDecl*, 10> Decls;
1230 for (SmallVectorImpl<VarDecl*>::reverse_iterator I = Decls.rbegin(),
1338 if (VarDecl *VD = dyn_cast<VarDecl>(DI))
1346 LocalScope* CFGBuilder::addLocalScopeForVarDecl(VarDecl *VD,
2074 VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
2173 if (VarDecl *VD = I->getConditionVariable()) {
2395 if (VarDecl *VD = F->getConditionVariable())
2505 if (VarDecl *VD = F->getConditionVariable()) {
2736 if (VarDecl *VD = W->getConditionVariable()) {
2818 if (VarDecl *VD = W->getConditionVariable()) {
3064 if (VarDecl *VD = Terminator->getConditionVariable()) {
3143 if (VarDecl *VD = Terminator->getConditionVariable()) {
3347 if (VarDecl *VD = CS->getExceptionDecl()) {
3871 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl();
3991 const VarDecl *var = cast<IfStmt>(stmt)->getConditionVariable();
3997 const VarDecl *var = cast<ForStmt>(stmt)->getConditionVariable();
4003 const VarDecl *var =
4010 const VarDecl *var =
4017 const VarDecl *var =
4096 VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
4257 const VarDecl *VD = DE->getVarDecl();