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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp202 SourceLocation AttrNameLoc = ConsumeToken(); local
205 Attrs.addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc, nullptr, 0,
212 ParseGNUAttributeArgs(AttrName, AttrNameLoc, Attrs, EndLoc, nullptr,
219 new LateParsedAttribute(this, *AttrName, AttrNameLoc);
327 SourceLocation AttrNameLoc,
348 SourceRange(AttrNameLoc, Parens.getCloseLocation()),
351 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()),
356 IdentifierInfo *AttrName, SourceLocation AttrNameLoc,
435 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc;
326 ParseAttributeWithTypeArg(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) argument
355 ParseAttributeArgsCommon( IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) argument
454 ParseGNUAttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax, Declarator *D) argument
513 ParseClangAttributeArgs( IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) argument
550 ParseMicrosoftDeclSpecArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs) argument
728 SourceLocation AttrNameLoc; local
780 SourceLocation AttrNameLoc = ConsumeToken(); local
831 SourceLocation AttrNameLoc = ConsumeToken(); local
841 SourceLocation AttrNameLoc = ConsumeToken(); local
849 SourceLocation AttrNameLoc = Tok.getLocation(); local
863 SourceLocation AttrNameLoc = ConsumeToken(); local
1447 ParseSwiftNewTypeAttribute( IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) argument
1489 ParseTypeTagForDatatypeAttribute(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) argument
3561 SourceLocation AttrNameLoc = Tok.getLocation(); local
[all...]
H A DParseDeclCXX.cpp1270 SourceLocation AttrNameLoc = ConsumeToken(); local
1271 attrs.addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc, nullptr, 0,
4091 SourceLocation AttrNameLoc,
4115 ParseGNUAttributeArgs(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
4123 NumArgs = ParseClangAttributeArgs(AttrName, AttrNameLoc, Attrs, EndLoc,
4127 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc,
4090 ParseCXX11AttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc) argument
H A DParseCXXInlineMethods.cpp731 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc,
740 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc,
H A DParsePragma.cpp1601 SourceLocation AttrNameLoc = ConsumeToken(); local
1604 Attrs.addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc, nullptr, 0,
1607 ParseGNUAttributeArgs(AttrName, AttrNameLoc, Attrs, /*EndLoc=*/nullptr,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1283 SourceLocation AttrNameLoc; member in struct:clang::LateParsedAttribute
1288 : Self(P), AttrName(Name), AttrNameLoc(Loc) {}
2641 ParseAttributeArgsCommon(IdentifierInfo *AttrName, SourceLocation AttrNameLoc,
2757 SourceLocation AttrNameLoc,
2764 ParseClangAttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc,
2805 SourceLocation AttrNameLoc,
2832 SourceLocation AttrNameLoc,
2872 SourceLocation AttrNameLoc,
2880 SourceLocation AttrNameLoc,
2889 SourceLocation AttrNameLoc, ParsedAttribute
[all...]

Completed in 278 milliseconds