Searched defs:isUsed (Results 1 – 7 of 7) sorted by relevance
32 AST_MATCHER(Decl, isUsed) { return Node.isUsed(); } in AST_MATCHER() argument
95 const bool isUsed = usedVars.contains(lvlSpec.getBoundVar()); in DimLvlMap() local
225 bool isUsed() const { return IsUsed; } in isUsed() function
202 bool isUsed() const { return (Flags >> S::FB_used) & 1; } isUsed() function
224 bool isUsed() const { return IsUsed; } in isUsed() function
552 bool Decl::isUsed(bool CheckUsedAttr) const { isUsed() function in Decl
1618 bool isUsed() const { return IsUsed; } isUsed() function