Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1082 const char *DeclBind = "DeclBind"; in VisitCluster() local
1084 to(varDecl(hasStaticStorageDuration()).bind(DeclBind))))); in VisitCluster()
1090 auto *VD = Match.getNodeAs<VarDecl>(DeclBind); in VisitCluster()