Searched defs:hasGlobalStorage (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | Decl.h | 1213 bool hasGlobalStorage() const { return !hasLocalStorage(); } hasGlobalStorage() function |
/llvm-project/clang/include/clang/ASTMatchers/ | ||
H A D | ASTMatchers.h | 4423 AST_MATCHER(VarDecl,hasGlobalStorage) AST_MATCHER() argument |