/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAnnotateKernelFeatures.cpp | 207 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 D | AttributeCommonInfo.h | 84 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 D | Attributes.cpp | 68 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 D | ParseDecl.cpp | 198 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 D | ParseDeclCXX.cpp | 1269 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 D | ParseObjc.cpp | 865 SourceLocation AttrName = ConsumeToken(); // consume last attribute name in ParseObjCPropertyAttribute() local 2381 SourceLocation AttrName = ConsumeToken(); // consume attribute name in ParseObjCPropertyDynamic() local
|
H A D | ParsePragma.cpp | 1600 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in HandlePragmaAttribute() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 44 StringRef AttrName, uint64_t *ArgVal) { in hasAttributeInAssume()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 601 #define HANDLE_BOOL_ATTR(CL, AttrName) \ argument
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 141 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 D | JSONNodeDumper.cpp | 23 const char *AttrName = nullptr; in Visit() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 361 StringRef AttrName = cast<MDString>(NameMD)->getString(); in makeFollowupLoopID() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Attributes.cpp | 216 Attribute::AttrKind Attribute::getAttrKindFromName(StringRef AttrName) { in getAttrKindFromName()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 1281 IdentifierInfo &AttrName; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 1699 static bool normalizeName(StringRef &AttrName) { in normalizeName() 7307 StringRef AttrName = AL.getAttrName()->getName(); in handleNoSanitizeSpecificAttr() local
|
H A D | SemaType.cpp | 7958 StringRef AttrName = Attr.getAttrName()->getName(); in HandleOpenCLAccessAttr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2782 IdentifierInfo *AttrName = Record.readIdentifier(); in readAttr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 2716 bool LLParser::parseRequiredTypeAttr(Type *&Result, lltok::Kind AttrName) { in parseRequiredTypeAttr()
|