Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIvarInvalidationChecker.cpp327 SmallString<128> PropNameWithUnderscore; in findPropertyBackingIvar() local
329 llvm::raw_svector_ostream os(PropNameWithUnderscore); in findPropertyBackingIvar()
332 if (IvarName == PropNameWithUnderscore) in findPropertyBackingIvar()