Lines Matching defs:Syntax
8 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
40 AttributeCommonInfo::Syntax SyntaxUsed) {
59 AttributeCommonInfo::Syntax SyntaxUsed) {
61 // for GNU attributes, and attributes using the double square bracket syntax.
84 AttributeCommonInfo::Syntax SyntaxUsed) {
102 Syntax SyntaxUsed) {
114 auto Syntax = static_cast<AttributeCommonInfo::Syntax>(getSyntax());
115 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax);
116 StringRef Name = normalizeAttrName(getAttrName(), Scope, Syntax);