Home
last modified time | relevance | path

Searched refs:scopeName (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h320 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
323 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, in ParsedAttr()
336 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
342 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, in ParsedAttr()
357 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
360 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, in ParsedAttr()
374 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
377 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, in ParsedAttr()
393 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
395 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, in ParsedAttr()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DELFAttributeParser.cpp152 StringRef scopeName, indexName; in parseSubsection() local
156 scopeName = "FileAttributes"; in parseSubsection()
159 scopeName = "SectionAttributes"; in parseSubsection()
164 scopeName = "SymbolAttributes"; in parseSubsection()
176 DictScope scope(*sw, scopeName); in parseSubsection()