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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1065 SourceLocation AttrNameLoc = ConsumeToken(); local
1066 attrs.addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc, nullptr, 0,
3575 SourceLocation AttrNameLoc,
3596 ParseGNUAttributeArgs(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
3600 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc,
3574 ParseCXX11AttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc) argument
H A DParseDecl.cpp152 SourceLocation AttrNameLoc = ConsumeToken(); local
155 attrs.addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc, nullptr, 0,
162 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, nullptr,
169 new LateParsedAttribute(this, *AttrName, AttrNameLoc);
241 SourceLocation AttrNameLoc,
262 SourceRange(AttrNameLoc, Parens.getCloseLocation()),
265 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()),
270 IdentifierInfo *AttrName, SourceLocation AttrNameLoc,
320 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc;
240 ParseAttributeWithTypeArg(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
269 ParseAttributeArgsCommon( IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
333 ParseGNUAttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax, Declarator *D) argument
383 ParseMicrosoftDeclSpecArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs) argument
559 SourceLocation AttrNameLoc; local
608 SourceLocation AttrNameLoc = ConsumeToken(); local
659 SourceLocation AttrNameLoc = ConsumeToken(); local
669 SourceLocation AttrNameLoc = ConsumeToken(); local
677 SourceLocation AttrNameLoc = Tok.getLocation(); local
1231 ParseTypeTagForDatatypeAttribute(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
2966 SourceLocation AttrNameLoc = Tok.getLocation(); local
[all...]
/external/clang/include/clang/Parse/
H A DParser.h912 SourceLocation AttrNameLoc; member in struct:clang::Parser::LateParsedAttribute
917 : Self(P), AttrName(Name), AttrNameLoc(Loc) {}
2007 ParseAttributeArgsCommon(IdentifierInfo *AttrName, SourceLocation AttrNameLoc,
2032 SourceLocation AttrNameLoc,
2072 SourceLocation AttrNameLoc,
2088 SourceLocation AttrNameLoc,
2116 SourceLocation AttrNameLoc,
2124 SourceLocation AttrNameLoc,

Completed in 81 milliseconds