Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp320 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local
326 if (IvarName == PropName) in findPropertyBackingIvar()
332 os << '_' << PropName; in findPropertyBackingIvar()
H A DCheckObjCDealloc.cpp1041 StringRef PropName = PropImpl->getPropertyDecl()->getName(); in isReleasedByCIFilterDealloc() local
1045 if (!(PropName.startswith(ReleasePrefix) || in isReleasedByCIFilterDealloc()
/freebsd-13.1/contrib/llvm-project/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-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp8301 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local
8302 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()
8331 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()
8334 std::string UpperKey = std::string(PropName->getName()); in AddObjCKeyValueCompletions()
8346 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()