Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h220 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
223 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, formUsed), in ParsedAttr()
235 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
241 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, formUsed), in ParsedAttr()
256 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
259 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, formUsed), in ParsedAttr()
272 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
275 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, formUsed), in ParsedAttr()
290 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
292 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, formUsed), in ParsedAttr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp156 StringRef scopeName, indexName; in parseSubsection() local
160 scopeName = "FileAttributes"; in parseSubsection()
163 scopeName = "SectionAttributes"; in parseSubsection()
168 scopeName = "SymbolAttributes"; in parseSubsection()
180 DictScope scope(*sw, scopeName); in parseSubsection()