Lines Matching full:scopename
330 IdentifierInfo *ScopeName, in ParseAttributeWithTypeArg() argument
349 ScopeName, ScopeLoc, T.get(), Syntax); in ParseAttributeWithTypeArg()
352 ScopeName, ScopeLoc, nullptr, 0, Syntax); in ParseAttributeWithTypeArg()
357 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon() argument
375 ParsedAttr::getParsedKind(AttrName, ScopeName, Syntax); in ParseAttributeArgsCommon()
439 ScopeName, ScopeLoc, TheParsedType, Syntax); in ParseAttributeArgsCommon()
441 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, in ParseAttributeArgsCommon()
458 IdentifierInfo *ScopeName, in ParseGNUAttributeArgs() argument
466 ParsedAttr::getParsedKind(AttrName, ScopeName, Syntax); in ParseGNUAttributeArgs()
469 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseGNUAttributeArgs()
474 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
478 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
481 ParseSwiftNewTypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseGNUAttributeArgs()
486 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
489 ParseAttributeWithTypeArg(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseGNUAttributeArgs()
509 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseGNUAttributeArgs()
515 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseClangAttributeArgs() argument
520 ParsedAttr::getParsedKind(AttrName, ScopeName, Syntax); in ParseClangAttributeArgs()
525 ScopeName, ScopeLoc, Syntax); in ParseClangAttributeArgs()
528 ScopeName, ScopeLoc, Syntax); in ParseClangAttributeArgs()
531 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseClangAttributeArgs()
536 ScopeName, ScopeLoc, Syntax); in ParseClangAttributeArgs()
539 ParseSwiftNewTypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseClangAttributeArgs()
544 ScopeName, ScopeLoc, Syntax); in ParseClangAttributeArgs()
1029 IdentifierInfo *ScopeName, in ParseAvailabilityAttribute() argument
1238 ScopeName, ScopeLoc, in ParseAvailabilityAttribute()
1262 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseExternalSourceSymbolAttribute() argument
1357 ScopeName, ScopeLoc, Args, llvm::array_lengthof(Args), Syntax); in ParseExternalSourceSymbolAttribute()
1375 IdentifierInfo *ScopeName, in ParseObjCBridgeRelatedAttribute() argument
1439 ScopeName, ScopeLoc, in ParseObjCBridgeRelatedAttribute()
1449 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseSwiftNewTypeAttribute() argument
1485 ScopeName, ScopeLoc, Args, llvm::array_lengthof(Args), Syntax); in ParseSwiftNewTypeAttribute()
1493 IdentifierInfo *ScopeName, in ParseTypeTagForDatatypeAttribute() argument
1542 Attrs.addNewTypeTagForDatatype(&AttrName, AttrNameLoc, ScopeName, ScopeLoc, in ParseTypeTagForDatatypeAttribute()