Home
last modified time | relevance | path

Searched refs:scopeLoc (Results 1 – 3 of 3) 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
395 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, in ParsedAttr()
[all …]
/llvm-project-15.0.7/mlir/include/mlir/AsmParser/
H A DAsmParserState.h60 : op(op), loc(loc), scopeLoc(loc.Start, endLoc) {} in OperationDefinition()
70 SMRange scopeLoc; member
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp613 lsp::Range(sourceMgr, def->scopeLoc), in findDocumentSymbols()
621 lsp::Range(sourceMgr, def->scopeLoc), in findDocumentSymbols()