Searched defs:hasGlobalStorage (Results 1 – 2 of 2) sorted by relevance
2839 AST_MATCHER(VarDecl, hasGlobalStorage) { in AST_MATCHER() argument
998 bool hasGlobalStorage() const { return !hasLocalStorage(); } in hasGlobalStorage() function