Home
last modified time | relevance | path

Searched refs:hasStaticStorageDuration (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp367 REGISTER_MATCHER(hasStaticStorageDuration); in RegistryMaps()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDRegionStore.cpp1074 to(varDecl(hasStaticStorageDuration()).bind(DeclBind))))); in VisitCluster()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h4459 AST_MATCHER(VarDecl, hasStaticStorageDuration) { in AST_MATCHER() argument