Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp329 SmallString<128> PropNameWithUnderscore; in findPropertyBackingIvar() local
331 llvm::raw_svector_ostream os(PropNameWithUnderscore); in findPropertyBackingIvar()
334 if (IvarName == PropNameWithUnderscore) in findPropertyBackingIvar()