Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp327 SmallString<128> PropNameWithUnderscore; in findPropertyBackingIvar() local
329 llvm::raw_svector_ostream os(PropNameWithUnderscore); in findPropertyBackingIvar()
332 if (IvarName == PropNameWithUnderscore) in findPropertyBackingIvar()