Home
last modified time | relevance | path

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

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