Searched defs:PropName (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp324 // Lookup IVars named "_PropName"or "PropName" among the tracked Ivars.
325 StringRef PropName = Prop->getIdentifier()->getName(); local
331 if (IvarName == PropName)
337 os << '_' << PropName; local
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp6175 IdentifierInfo *PropName = Property->getIdentifier(); local
6176 if (!PropName || PropName->getLength() == 0)
6205 } Key(Allocator, PropName->getName());
6208 std::string UpperKey = PropName->getName();
6220 KnownSelectors.insert(Selectors.getNullarySelector(PropName)) &&

Completed in 151 milliseconds