Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h207 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
222 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
242 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
258 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
276 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
289 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
728 IdentifierInfo *scopeName, SourceLocation scopeLoc,
746 IdentifierInfo *scopeName, SourceLocation scopeLoc, in create() argument
760 IdentifierInfo *scopeName, SourceLocation scopeLoc, in create() argument
785 IdentifierInfo *scopeName, in createTypeAttribute() argument
[all …]
/freebsd-14.2/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()