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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1083 const char *DeclBind = "DeclBind"; local
1085 to(varDecl(hasStaticStorageDuration()).bind(DeclBind)))));
1091 auto *VD = Match.getNodeAs<VarDecl>(DeclBind);

Completed in 65 milliseconds