Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp217 for (StringRef AttrName : AttrNames) in copyFeaturesToFunction() local
252 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
DSemaDeclAttr.cpp1370 static bool normalizeName(StringRef &AttrName) { in normalizeName()
5239 StringRef AttrName = Attr.getName()->getName(); in handleNoSanitizeSpecificAttr() 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/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp142 StringRef AttrName) { in addAttrToCallers()
/external/clang/test/Index/
Drecursive-cxx-member-calls.cpp101 llvm::StringRef AttrName = Name->getName(); in getKind() 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/clang/unittests/AST/
DCommentParser.cpp388 StringRef AttrName, in HasHTMLStartTagAt()
/external/clang/include/clang/Parse/
DParser.h955 IdentifierInfo &AttrName; member