Home
last modified time | relevance | path

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

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