Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h295 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DELFAttributeParser.cpp154 StringRef scopeName, indexName; in parseSubsection() local
158 scopeName = "FileAttributes"; in parseSubsection()
161 scopeName = "SectionAttributes"; in parseSubsection()
166 scopeName = "SymbolAttributes"; in parseSubsection()
178 DictScope scope(*sw, scopeName); in parseSubsection()