Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp321 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local
327 if (IvarName == PropName) in findPropertyBackingIvar()
333 os << '_' << PropName; in findPropertyBackingIvar()
H A DCheckObjCDealloc.cpp1043 StringRef PropName = PropImpl->getPropertyDecl()->getName(); in isReleasedByCIFilterDealloc() local
1047 if (!(PropName.startswith(ReleasePrefix) || in isReleasedByCIFilterDealloc()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp46 auto PropName = ApplePropertyString(Bit); in dumpApplePropertyAttribute() local
47 if (!PropName.empty()) in dumpApplePropertyAttribute()
48 OS << PropName; in dumpApplePropertyAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp7159 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local
7160 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()
7189 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()
7192 std::string UpperKey = PropName->getName(); in AddObjCKeyValueCompletions()
7204 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()