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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp999 SourceLocation AttrNameLoc = ConsumeToken(); local
H A DParseDecl.cpp144 SourceLocation AttrNameLoc = ConsumeToken(); local
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...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h841 SourceLocation AttrNameLoc; member in struct:clang::Parser::LateParsedAttribute

Completed in 77 milliseconds