Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/include/clang/Basic/
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()
/external/llvm-project/clang/lib/Basic/
DAttributes.cpp68 StringRef AttrName = Name->getName(); in normalizeAttrName() local
86 StringRef AttrName = normalizeAttrName(Name, ScopeName, SyntaxUsed); in normalizeName() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp210 for (StringRef AttrName : AttrNames) in copyFeaturesToFunction() local
295 StringRef AttrName = intrinsicToAttrName(IID, in addFeatureAttributes() local
/external/clang/lib/Sema/
DAttributeList.cpp112 static StringRef normalizeAttrName(StringRef AttrName, StringRef ScopeName, in normalizeAttrName()
128 StringRef AttrName = Name->getName(); in getKind() local
/external/clang/lib/Parse/
DParseDecl.cpp150 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseGNUAttributes() local
242 void Parser::ParseAttributeWithTypeArg(IdentifierInfo &AttrName, in ParseAttributeWithTypeArg()
272 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseAttributeArgsCommon()
335 void Parser::ParseGNUAttributeArgs(IdentifierInfo *AttrName, in ParseGNUAttributeArgs()
386 bool Parser::ParseMicrosoftDeclSpecArgs(IdentifierInfo *AttrName, in ParseMicrosoftDeclSpecArgs()
564 IdentifierInfo *AttrName; in ParseMicrosoftDeclSpecs() local
615 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftTypeAttributes() local
666 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseBorlandTypeAttributes() local
676 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseOpenCLKernelAttributes() local
684 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseOpenCLQualifiers() local
[all …]
DParseDeclCXX.cpp1071 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftInheritanceClassAttributes() local
3648 static bool IsBuiltInOrStandardCXX11Attribute(IdentifierInfo *AttrName, in IsBuiltInOrStandardCXX11Attribute()
3680 bool Parser::ParseCXX11AttributeArgs(IdentifierInfo *AttrName, in ParseCXX11AttributeArgs()
3799 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; in ParseCXX11AttributeSpecifier() local
DParseObjc.cpp875 SourceLocation AttrName = ConsumeToken(); // consume last attribute name in ParseObjCPropertyAttribute() local
2408 SourceLocation AttrName = ConsumeToken(); // consume attribute name in ParseObjCPropertyDynamic() local
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp176 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseGNUAttributes() local
302 void Parser::ParseAttributeWithTypeArg(IdentifierInfo &AttrName, in ParseAttributeWithTypeArg()
332 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseAttributeArgsCommon()
430 void Parser::ParseGNUAttributeArgs(IdentifierInfo *AttrName, in ParseGNUAttributeArgs()
490 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseClangAttributeArgs()
526 bool Parser::ParseMicrosoftDeclSpecArgs(IdentifierInfo *AttrName, in ParseMicrosoftDeclSpecArgs()
703 IdentifierInfo *AttrName; in ParseMicrosoftDeclSpecs() local
755 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftTypeAttributes() local
806 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseBorlandTypeAttributes() local
816 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseOpenCLKernelAttributes() local
[all …]
DParseDeclCXX.cpp1250 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftInheritanceClassAttributes() local
4042 static bool IsBuiltInOrStandardCXX11Attribute(IdentifierInfo *AttrName, in IsBuiltInOrStandardCXX11Attribute()
4077 bool Parser::ParseCXX11AttributeArgs(IdentifierInfo *AttrName, in ParseCXX11AttributeArgs()
4209 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; in ParseCXX11AttributeSpecifier() local
DParseObjc.cpp861 SourceLocation AttrName = ConsumeToken(); // consume last attribute name in ParseObjCPropertyAttribute() local
2377 SourceLocation AttrName = ConsumeToken(); // consume attribute name in ParseObjCPropertyDynamic() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp223 for (StringRef AttrName : AttrNames) in copyFeaturesToFunction() local
317 StringRef AttrName = intrinsicToAttrName(IID, NonKernelOnly, in addFeatureAttributes() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp142 StringRef AttrName) { in addAttrToCallers()
/external/llvm-project/llvm/lib/Analysis/
DAssumeBundleQueries.cpp44 StringRef AttrName, uint64_t *ArgVal) { in hasAttributeInAssume()
/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp625 #define HANDLE_BOOL_ATTR(CL, AttrName) \ argument
/external/llvm-project/clang/test/Index/
Drecursive-cxx-member-calls.cpp101 llvm::StringRef AttrName = Name->getName(); in getKind() local
/external/clang/test/Index/
Drecursive-cxx-member-calls.cpp101 llvm::StringRef AttrName = Name->getName(); in getKind() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp335 StringRef AttrName = cast<MDString>(NameMD)->getString(); in makeFollowupLoopID() local
/external/llvm-project/clang/utils/TableGen/
DClangAttrEmitter.cpp141 static StringRef NormalizeAttrName(StringRef AttrName) { in NormalizeAttrName()
3370 static bool isArgVariadic(const Record &R, StringRef AttrName) { in isArgVariadic()
3737 const std::string &AttrName = I->first; in EmitClangAttrParsedAttrImpl() local
3824 std::string AttrName; in EmitClangAttrParsedAttrKinds() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp122 static StringRef NormalizeAttrName(StringRef AttrName) { in NormalizeAttrName()
2523 static bool isArgVariadic(const Record &R, StringRef AttrName) { in isArgVariadic()
2994 std::string AttrName; in EmitClangAttrParsedAttrKinds() local
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp23 const char *AttrName = nullptr; in Visit() local
/external/llvm-project/clang/unittests/AST/
DCommentParser.cpp386 StringRef AttrName, in HasHTMLStartTagAt()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopUtils.cpp366 StringRef AttrName = cast<MDString>(NameMD)->getString(); in makeFollowupLoopID() local
/external/clang/unittests/AST/
DCommentParser.cpp388 StringRef AttrName, in HasHTMLStartTagAt()
/external/clang/include/clang/Parse/
DParser.h955 IdentifierInfo &AttrName; member
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp195 Attribute::AttrKind Attribute::getAttrKindFromName(StringRef AttrName) { in getAttrKindFromName()

12