Searched refs:AttrNameLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp150 SourceLocation AttrNameLoc = ConsumeToken(); local
153 attrs.addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc, nullptr, 0,
160 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, nullptr,
167 new LateParsedAttribute(this, *AttrName, AttrNameLoc);
239 SourceLocation AttrNameLoc,
257 SourceRange(AttrNameLoc, Parens.getCloseLocation()),
258 nullptr, AttrNameLoc, T.get(), AttributeList::AS_GNU);
260 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()),
261 nullptr, AttrNameLoc, nullpt
238 ParseAttributeWithTypeArg(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc) argument
264 ParseAttributeArgsCommon( IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
327 ParseGNUAttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax, Declarator *D) argument
384 ParseMicrosoftDeclSpecArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs) argument
560 SourceLocation AttrNameLoc; local
601 SourceLocation AttrNameLoc = ConsumeToken(); local
611 SourceLocation AttrNameLoc = ConsumeToken(); local
621 SourceLocation AttrNameLoc = ConsumeToken(); local
629 SourceLocation AttrNameLoc = Tok.getLocation(); local
1139 ParseTypeTagForDatatypeAttribute(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc) argument
2836 SourceLocation AttrNameLoc = Tok.getLocation(); local
[all...]
H A DParseDeclCXX.cpp1043 SourceLocation AttrNameLoc = ConsumeToken(); local
1044 attrs.addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc, nullptr, 0,
3230 SourceLocation AttrNameLoc,
3251 ParseGNUAttributeArgs(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
3255 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc,
3229 ParseCXX11AttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc) argument
/external/clang/include/clang/Parse/
H A DParser.h923 SourceLocation AttrNameLoc; member in struct:clang::Parser::LateParsedAttribute
928 : Self(P), AttrName(Name), AttrNameLoc(Loc) {}
2026 ParseAttributeArgsCommon(IdentifierInfo *AttrName, SourceLocation AttrNameLoc,
2051 SourceLocation AttrNameLoc,
2091 SourceLocation AttrNameLoc,
2107 SourceLocation AttrNameLoc,
2127 SourceLocation AttrNameLoc,
2132 SourceLocation AttrNameLoc,

Completed in 107 milliseconds