Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp320 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local
326 if (IvarName == PropName) in findPropertyBackingIvar()
332 os << '_' << PropName; in findPropertyBackingIvar()
DCheckObjCDealloc.cpp1041 StringRef PropName = PropImpl->getPropertyDecl()->getName(); in isReleasedByCIFilterDealloc() local
1045 if (!(PropName.startswith(ReleasePrefix) || in isReleasedByCIFilterDealloc()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp321 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local
327 if (IvarName == PropName) in findPropertyBackingIvar()
333 os << '_' << PropName; in findPropertyBackingIvar()
DCheckObjCDealloc.cpp1042 StringRef PropName = PropImpl->getPropertyDecl()->getName(); in isReleasedByCIFilterDealloc() local
1046 if (!(PropName.startswith(ReleasePrefix) || in isReleasedByCIFilterDealloc()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp46 auto PropName = ApplePropertyString(Bit); in dumpApplePropertyAttribute() local
47 if (!PropName.empty()) in dumpApplePropertyAttribute()
48 OS << PropName; in dumpApplePropertyAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp46 auto PropName = ApplePropertyString(Bit); in dumpApplePropertyAttribute() local
47 if (!PropName.empty()) in dumpApplePropertyAttribute()
48 OS << PropName; in dumpApplePropertyAttribute()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp86 if (const char *PropName = ApplePropertyString(Bit)) in dumpApplePropertyAttribute() local
87 OS << PropName; in dumpApplePropertyAttribute()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp6420 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local
6421 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()
6450 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()
6453 std::string UpperKey = PropName->getName(); in AddObjCKeyValueCompletions()
6465 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp8136 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local
8137 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()
8166 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()
8169 std::string UpperKey = std::string(PropName->getName()); in AddObjCKeyValueCompletions()
8181 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()