Searched refs:scopeLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 295 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument 298 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, in ParsedAttr() 311 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument 317 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, in ParsedAttr() 332 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument 335 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, in ParsedAttr() 349 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument 352 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, in ParsedAttr() 368 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument 370 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, in ParsedAttr() [all …]
|