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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp144 SourceLocation AttrNameLoc = ConsumeToken(); local
150 new LateParsedAttribute(this, *AttrName, AttrNameLoc);
166 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc,
170 attrs.addNew(AttrName, AttrNameLoc, 0, AttrNameLoc, 0, 0,
215 SourceLocation AttrNameLoc,
233 SourceRange(AttrNameLoc, Parens.getCloseLocation()), 0,
234 AttrNameLoc, T.get(), AttributeList::AS_GNU);
236 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()),
237 0, AttrNameLoc,
214 ParseAttributeWithTypeArg(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc) argument
242 ParseGNUAttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
330 ParseMicrosoftDeclSpecWithSingleArg(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs) argument
558 SourceLocation AttrNameLoc; local
597 SourceLocation AttrNameLoc = ConsumeToken(); local
607 SourceLocation AttrNameLoc = ConsumeToken(); local
617 SourceLocation AttrNameLoc = ConsumeToken(); local
1146 ParseThreadSafetyAttribute(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc) argument
1182 ParseTypeTagForDatatypeAttribute(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc) argument
2845 SourceLocation AttrNameLoc = Tok.getLocation(); local
[all...]
H A DParseDeclCXX.cpp999 SourceLocation AttrNameLoc = ConsumeToken(); local
1000 attrs.addNew(AttrName, AttrNameLoc, 0, AttrNameLoc, 0, 0,
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h841 SourceLocation AttrNameLoc; member in struct:clang::Parser::LateParsedAttribute
846 : Self(P), AttrName(Name), AttrNameLoc(Loc) {}
1929 SourceLocation AttrNameLoc,
1981 SourceLocation AttrNameLoc,
1997 SourceLocation AttrNameLoc,
2002 SourceLocation AttrNameLoc,
2007 SourceLocation AttrNameLoc,

Completed in 119 milliseconds