Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1210 bool hasGlobalStorage() const { return !hasLocalStorage(); } hasGlobalStorage() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4423 AST_MATCHER(VarDecl, hasGlobalStorage) { in AST_MATCHER() argument