Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMetadata.cpp19 const StringRef AttributeName) { in getOCLKernelArgAttribute() argument
25 MDNode *Node = F.getMetadata(AttributeName); in getOCLKernelArgAttribute()
62 AttributeName && in getOCLKernelArgAttribute()
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp95 const unsigned char *AttributeName) { in getAttribute() argument
98 if (xmlStringsEqual(Attribute->name, AttributeName)) { in getAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp878 StringRef AttributeName; in SelectPropertyForSynthesisFromProtocols() member
885 auto Diag = [&](bool OriginalHasAttribute, StringRef AttributeName) { in SelectPropertyForSynthesisFromProtocols() argument
888 Mismatches.push_back({Prop, Kind, AttributeName}); in SelectPropertyForSynthesisFromProtocols()
963 Diag << Mismatches[0].AttributeName; in SelectPropertyForSynthesisFromProtocols()
983 Diag << Note.AttributeName; in SelectPropertyForSynthesisFromProtocols()
H A DSemaType.cpp7584 Sema::ActOnEffectExpression(Expr *CondExpr, StringRef AttributeName) { in ActOnEffectExpression() argument
7594 << AttributeName << AANT_ArgumentIntegerConstant in ActOnEffectExpression()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2247 SmallString<32> AttributeName; in addNoBuiltinAttributes() local
2248 AttributeName += "no-builtin-"; in addNoBuiltinAttributes()
2249 AttributeName += BuiltinName; in addNoBuiltinAttributes()
2250 FuncAttrs.addAttribute(AttributeName); in addNoBuiltinAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15332 ActOnEffectExpression(Expr *CondExpr, StringRef AttributeName);