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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp336 // Lookup IVars named "_PropName"or "PropName" among the tracked Ivars.
337 StringRef PropName = Prop->getIdentifier()->getName(); local
343 if (IvarName == PropName)
349 os << '_' << PropName; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp6263 IdentifierInfo *PropName = Property->getIdentifier(); local
6264 if (!PropName || PropName->getLength() == 0)
6293 } Key(Allocator, PropName->getName());
6296 std::string UpperKey = PropName->getName();
6308 KnownSelectors.insert(Selectors.getNullarySelector(PropName)) &&

Completed in 115 milliseconds