Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp367 REGISTER_MATCHER(hasStaticStorageDuration); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1074 to(varDecl(hasStaticStorageDuration()).bind(DeclBind))))); in VisitCluster()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4459 AST_MATCHER(VarDecl, hasStaticStorageDuration) { in AST_MATCHER() argument