Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp140 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseGNUAttributes() local
191 void Parser::ParseGNUAttributeArgs(IdentifierInfo *AttrName, in ParseGNUAttributeArgs()
339 void Parser::ParseMicrosoftDeclSpecWithSingleArg(IdentifierInfo *AttrName, in ParseMicrosoftDeclSpecWithSingleArg()
568 IdentifierInfo *AttrName; in ParseMicrosoftDeclSpec() local
607 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftTypeAttributes() local
617 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseBorlandTypeAttributes() local
627 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseOpenCLAttributes() local
1121 bool Parser::IsThreadSafetyAttribute(StringRef AttrName) { in IsThreadSafetyAttribute()
1156 void Parser::ParseThreadSafetyAttribute(IdentifierInfo &AttrName, in ParseThreadSafetyAttribute()
1192 void Parser::ParseTypeTagForDatatypeAttribute(IdentifierInfo &AttrName, in ParseTypeTagForDatatypeAttribute()
[all …]
DParseDeclCXX.cpp983 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftInheritanceClassAttributes() local
3114 static bool IsBuiltInOrStandardCXX11Attribute(IdentifierInfo *AttrName, in IsBuiltInOrStandardCXX11Attribute()
3193 IdentifierInfo *ScopeName = 0, *AttrName = 0; in ParseCXX11AttributeSpecifier() local
DParseObjc.cpp581 SourceLocation AttrName = ConsumeToken(); // consume last attribute name in ParseObjCPropertyAttribute() local
/external/clang/lib/Sema/
DAttributeList.cpp112 StringRef AttrName = Name->getName(); in getKind() local
DSemaDeclAttr.cpp239 StringRef AttrName, in checkFunctionOrMethodArgumentIndex()
4162 StringRef AttrName = Attr.getName()->getName(); in handleArgumentWithTypeTagAttr() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp73 static StringRef NormalizeAttrName(StringRef AttrName) { in NormalizeAttrName()
1427 std::string AttrName = (*I)->getValueAsString("Name"); in EmitClangAttrParsedAttrList() local
1434 StringRef AttrName = Attr.getName(); in EmitClangAttrParsedAttrList() local
1462 StringRef AttrName = NormalizeAttrName(DistinctSpellings in EmitClangAttrParsedAttrKinds() local
/external/clang/test/Index/
Drecursive-cxx-member-calls.cpp101 llvm::StringRef AttrName = Name->getName(); in getKind() local
/external/clang/include/clang/Parse/
DParser.h818 IdentifierInfo &AttrName; member
/external/clang/unittests/AST/
DCommentParser.cpp388 StringRef AttrName, in HasHTMLStartTagAt()