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.cpp97 const unsigned char *AttributeName) { in getAttribute() argument
100 if (xmlStringsEqual(Attribute->name, AttributeName)) { in getAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp877 StringRef AttributeName; in SelectPropertyForSynthesisFromProtocols() member
884 auto Diag = [&](bool OriginalHasAttribute, StringRef AttributeName) { in SelectPropertyForSynthesisFromProtocols() argument
887 Mismatches.push_back({Prop, Kind, AttributeName}); in SelectPropertyForSynthesisFromProtocols()
962 Diag << Mismatches[0].AttributeName; in SelectPropertyForSynthesisFromProtocols()
982 Diag << Note.AttributeName; in SelectPropertyForSynthesisFromProtocols()
H A DSemaType.cpp7488 Sema::ActOnEffectExpression(Expr *CondExpr, StringRef AttributeName) { in ActOnEffectExpression() argument
7498 << AttributeName << AANT_ArgumentIntegerConstant in ActOnEffectExpression()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2143 SmallString<32> AttributeName; in addNoBuiltinAttributes() local
2144 AttributeName += "no-builtin-"; in addNoBuiltinAttributes()
2145 AttributeName += BuiltinName; in addNoBuiltinAttributes()
2146 FuncAttrs.addAttribute(AttributeName); in addNoBuiltinAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h898 ActOnEffectExpression(Expr *CondExpr, StringRef AttributeName);