Searched refs:scopeName (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 320 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 D | ELFAttributeParser.cpp | 152 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 D | ll.tmLanguage.yaml | 13 scopeName: source.llvm
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ModuleTranslation.cpp | 1038 StringAttr scopeName = aliasScopeRef.getLeafReference(); in getAliasScope() local 1042 SymbolTable::lookupNearestSymbolFrom(metadataOp, scopeName); in getAliasScope()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-names.cpp | 7241 std::optional<SourceName> scopeName{scope.GetName()}; in CheckImports() local 7242 if (!scopeName || name != *scopeName) { in CheckImports()
|