Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp149 findOneNVVMAnnotation(const GlobalValue &GV, const std::string &PropName) { in findOneNVVMAnnotation() argument
151 if (findOneNVVMAnnotation(&GV, PropName, RetVal)) in findOneNVVMAnnotation()
/freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp1032 StringRef PropName = PropImpl->getPropertyDecl()->getName(); in isReleasedByCIFilterDealloc() local
1036 if (!(PropName.starts_with(ReleasePrefix) || in isReleasedByCIFilterDealloc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9043 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local
9044 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()
9073 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()
9076 std::string UpperKey = std::string(PropName->getName()); in AddObjCKeyValueCompletions()
9088 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()