Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
406 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/utils/vscode/llvm/syntaxes/
H A Dll.tmLanguage.yaml13 scopeName: source.llvm
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1038 StringAttr scopeName = aliasScopeRef.getLeafReference(); in getAliasScope() local
1042 SymbolTable::lookupNearestSymbolFrom(metadataOp, scopeName); in getAliasScope()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp7241 std::optional<SourceName> scopeName{scope.GetName()}; in CheckImports() local
7242 if (!scopeName || name != *scopeName) { in CheckImports()