Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3398 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1036 bool hasLocalStorage() const { in hasLocalStorage() function