Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp122 const StringRef AttributeName) { in getKernelArgAttribute() argument
127 MDNode *Node = KernelFunction.getMetadata(AttributeName); in getKernelArgAttribute()
164 AttributeName && in getKernelArgAttribute()
/openbsd-src/gnu/llvm/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp97 const unsigned char *AttributeName) { in getAttribute() argument
100 if (xmlStringsEqual(Attribute->name, AttributeName)) { in getAttribute()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp892 StringRef AttributeName; in SelectPropertyForSynthesisFromProtocols() member
899 auto Diag = [&](bool OriginalHasAttribute, StringRef AttributeName) { in SelectPropertyForSynthesisFromProtocols() argument
902 Mismatches.push_back({Prop, Kind, AttributeName}); in SelectPropertyForSynthesisFromProtocols()
977 Diag << Mismatches[0].AttributeName; in SelectPropertyForSynthesisFromProtocols()
997 Diag << Note.AttributeName; in SelectPropertyForSynthesisFromProtocols()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp2008 SmallString<32> AttributeName; in addNoBuiltinAttributes() local
2009 AttributeName += "no-builtin-"; in addNoBuiltinAttributes()
2010 AttributeName += BuiltinName; in addNoBuiltinAttributes()
2011 FuncAttrs.addAttribute(AttributeName); in addNoBuiltinAttributes()