Home
last modified time | relevance | path

Searched defs:AttrName (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp207 for (StringRef AttrName : ImplicitAttrNames) in copyFeaturesToFunction() local
279 for (StringRef AttrName : ImplicitAttrNames) { in addFeatureAttributes() local
316 StringRef AttrName = intrinsicToAttrName(IID, NonKernelOnly, in addFeatureAttributes() local
384 for (StringRef AttrName : ImplicitAttrNames) { in addFeatureAttributes() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttributeCommonInfo.h84 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo()
92 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo()
99 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo()
107 AttributeCommonInfo(const IdentifierInfo *AttrName, SourceRange AttrRange, in AttributeCommonInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DAttributes.cpp68 StringRef AttrName = Name->getName(); in normalizeAttrName() local
86 StringRef AttrName = normalizeAttrName(Name, ScopeName, SyntaxUsed); in normalizeName() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp198 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseGNUAttributes() local
326 void Parser::ParseAttributeWithTypeArg(IdentifierInfo &AttrName, in ParseAttributeWithTypeArg()
356 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseAttributeArgsCommon()
454 void Parser::ParseGNUAttributeArgs(IdentifierInfo *AttrName, in ParseGNUAttributeArgs()
514 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseClangAttributeArgs()
550 bool Parser::ParseMicrosoftDeclSpecArgs(IdentifierInfo *AttrName, in ParseMicrosoftDeclSpecArgs()
727 IdentifierInfo *AttrName; in ParseMicrosoftDeclSpecs() local
779 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftTypeAttributes() local
830 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseBorlandTypeAttributes() local
840 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseOpenCLKernelAttributes() local
[all …]
H A DParseDeclCXX.cpp1269 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftInheritanceClassAttributes() local
4055 static bool IsBuiltInOrStandardCXX11Attribute(IdentifierInfo *AttrName, in IsBuiltInOrStandardCXX11Attribute()
4090 bool Parser::ParseCXX11AttributeArgs(IdentifierInfo *AttrName, in ParseCXX11AttributeArgs()
4233 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; in ParseCXX11AttributeSpecifier() local
H A DParseObjc.cpp865 SourceLocation AttrName = ConsumeToken(); // consume last attribute name in ParseObjCPropertyAttribute() local
2381 SourceLocation AttrName = ConsumeToken(); // consume attribute name in ParseObjCPropertyDynamic() local
H A DParsePragma.cpp1600 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in HandlePragmaAttribute() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp44 StringRef AttrName, uint64_t *ArgVal) { in hasAttributeInAssume()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp601 #define HANDLE_BOOL_ATTR(CL, AttrName) \ argument
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp141 static StringRef NormalizeAttrName(StringRef AttrName) { in NormalizeAttrName()
3384 static bool isArgVariadic(const Record &R, StringRef AttrName) { in isArgVariadic()
3948 const std::string &AttrName = I->first; in EmitClangAttrParsedAttrImpl() local
4059 std::string AttrName; in EmitClangAttrParsedAttrKinds() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp23 const char *AttrName = nullptr; in Visit() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp361 StringRef AttrName = cast<MDString>(NameMD)->getString(); in makeFollowupLoopID() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp216 Attribute::AttrKind Attribute::getAttrKindFromName(StringRef AttrName) { in getAttrKindFromName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1281 IdentifierInfo &AttrName; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp1699 static bool normalizeName(StringRef &AttrName) { in normalizeName()
7307 StringRef AttrName = AL.getAttrName()->getName(); in handleNoSanitizeSpecificAttr() local
H A DSemaType.cpp7958 StringRef AttrName = Attr.getAttrName()->getName(); in HandleOpenCLAccessAttr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2782 IdentifierInfo *AttrName = Record.readIdentifier(); in readAttr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2716 bool LLParser::parseRequiredTypeAttr(Type *&Result, lltok::Kind AttrName) { in parseRequiredTypeAttr()