Home
last modified time | relevance | path

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

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