Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp357 REGISTER_MATCHER(hasStaticStorageDuration); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1078 to(varDecl(hasStaticStorageDuration()).bind(DeclBind))))); in VisitCluster()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4363 AST_MATCHER(VarDecl, hasStaticStorageDuration) { in AST_MATCHER() argument