Lines Matching refs:variable
318 // Modify the variable's LV by the LV of its type unless this is
321 // variable or function with external linkage unless
328 // given variable or function shall be identical...
334 // Note that we don't want to make the variable non-external
596 // Modify the variable's linkage by its type, but ignore the
682 // Use the most recent declaration of a variable.
2452 bool BlockDecl::capturesVariable(const VarDecl *variable) const {
2456 if (i->getVariable() == variable)