Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIRBuilder.cpp150 MDString *PropName = MDString::get(Ctx, "llvm.loop.vectorize.enable"); in annotateLoopLatch() local
153 Args.push_back(MDNode::get(Ctx, {PropName, PropValue})); in annotateLoopLatch()
157 MDString *PropName = MDString::get(Ctx, "llvm.loop.parallel_accesses"); in annotateLoopLatch() local
159 Args.push_back(MDNode::get(Ctx, {PropName, AccGroup})); in annotateLoopLatch()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp47 auto PropName = ApplePropertyString(Bit); in dumpApplePropertyAttribute() local
48 if (!PropName.empty()) in dumpApplePropertyAttribute()
49 OS << PropName; in dumpApplePropertyAttribute()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp8788 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local
8789 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()
8818 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()
8821 std::string UpperKey = std::string(PropName->getName()); in AddObjCKeyValueCompletions()
8833 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()