Searched refs:getSyntax (Results 1 – 11 of 11) sorted by relevance
120 normalizeName(getAttrName(), getScopeName(), getSyntax())); in getNormalizedFullName()126 auto Syntax = static_cast<AttributeCommonInfo::Syntax>(getSyntax()); in calculateAttributeSpellingListIndex()
95 StringRef getSyntax() const;
130 Syntax getSyntax() const { return Syntax(SyntaxUsed); } in getSyntax() function
133 AttributeCommonInfo::Syntax SyntaxUsed = A.getSyntax(); in get()
8350 if (AL.getSyntax() == ParsedAttr::AS_CXX11 && !Options.IncludeCXX11Attributes) in ProcessDeclAttribute()
13762 if (SA->getSyntax() == AttributeCommonInfo::AS_Declspec) in CheckCompleteVariableDeclaration()
273 StringRef AttrOrTypeParameter::getSyntax() const { in getSyntax() function in AttrOrTypeParameter
250 os << " " << param.getSyntax(); in emitAttrOrTypeDefAssemblyFormat()
6682 EXPECT_EQ(From->getSyntax(), To->getSyntax()); in checkAttrImportCommon()6774 EXPECT_EQ(FromAttr->getSyntax(), ToAttr->getSyntax()); in TEST_P()6807 EXPECT_EQ(FromAttr->getSyntax(), ToAttr->getSyntax()); in TEST_P()
4363 Record.push_back(A->getSyntax()); in AddAttr()
8631 FromAttr->getParsedKind(), FromAttr->getSyntax(), in importAttr()