Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDIvarInvalidationChecker.cpp325 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local
331 if (IvarName == PropName) in findPropertyBackingIvar()
337 os << '_' << PropName; in findPropertyBackingIvar()
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugInfoEntry.cpp86 if (const char *PropName = ApplePropertyString(Bit)) in dumpApplePropertyAttribute() local
87 OS << PropName; in dumpApplePropertyAttribute()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp6399 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local
6400 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()
6429 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()
6432 std::string UpperKey = PropName->getName(); in AddObjCKeyValueCompletions()
6444 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()