Home
last modified time | relevance | path

Searched defs:hasGlobalStorage (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2543 AST_MATCHER(VarDecl, hasGlobalStorage) { in AST_MATCHER() argument
/external/clang/include/clang/AST/
DDecl.h925 bool hasGlobalStorage() const { return !hasLocalStorage(); } in hasGlobalStorage() function