Searched refs:getUsed (Results 1 – 4 of 4) sorted by relevance
458 if (I->second.getUsed()) continue; in ActOnEndOfTranslationUnit()
3125 if (W.getUsed()) return; // only do this once in DeclApplyPragmaWeak()
2835 WeakUndeclaredIdentifiers.push_back(I->second.getUsed()); in WriteASTCore()3110 WeakUndeclaredIdentifiers.push_back(I->second.getUsed()); in WriteASTChain()
446 inline bool getUsed() { return used; } in getUsed() function