Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp334 SmallString<128> PropNameWithUnderscore; in findPropertyBackingIvar() local
336 llvm::raw_svector_ostream os(PropNameWithUnderscore); in findPropertyBackingIvar()
339 if (IvarName == PropNameWithUnderscore) in findPropertyBackingIvar()