Home
last modified time | relevance | path

Searched defs:scopeName (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h220 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
235 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
256 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
272 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
290 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() argument
303 ParsedAttr(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierInfo * getterId,IdentifierInfo * setterId,Form formUsed) ParsedAttr() argument
766 create(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param,const AvailabilityChange & introduced,const AvailabilityChange & deprecated,const AvailabilityChange & obsoleted,SourceLocation unavailable,const Expr * MessageExpr,ParsedAttr::Form form,SourceLocation strict,const Expr * ReplacementExpr,IdentifierLoc * EnvironmentLoc) create() argument
782 create(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param1,IdentifierLoc * Param2,IdentifierLoc * Param3,ParsedAttr::Form form) create() argument
795 createTypeTagForDatatype(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * argumentKind,ParsedType matchingCType,bool layoutCompatible,bool mustBeNull,ParsedAttr::Form form) createTypeTagForDatatype() argument
807 createTypeAttribute(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,ParsedType typeArg,ParsedAttr::Form formUsed,SourceLocation ellipsisLoc) createTypeAttribute() argument
821 createPropertyAttribute(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierInfo * getterId,IdentifierInfo * setterId,ParsedAttr::Form formUsed) createPropertyAttribute() argument
1003 addNew(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param,const AvailabilityChange & introduced,const AvailabilityChange & deprecated,const AvailabilityChange & obsoleted,SourceLocation unavailable,const Expr * MessageExpr,ParsedAttr::Form form,SourceLocation strict,const Expr * ReplacementExpr,IdentifierLoc * EnvironmentLoc) addNew() argument
1021 addNew(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param1,IdentifierLoc * Param2,IdentifierLoc * Param3,ParsedAttr::Form form) addNew() argument
1033 addNewTypeTagForDatatype(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * argumentKind,ParsedType matchingCType,bool layoutCompatible,bool mustBeNull,ParsedAttr::Form form) addNewTypeTagForDatatype() argument
1059 addNewPropertyAttr(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierInfo * getterId,IdentifierInfo * setterId,ParsedAttr::Form formUsed) addNewPropertyAttr() argument
[all...]
/llvm-project/mlir/utils/vscode/
H A Dpackage.json112 "scopeName": "source.mlir", string
117 "scopeName": "markdown.mlir.codeblock", string
129 "scopeName": "source.cpp.mlir", string
140 "scopeName": "source.pdll", string
145 "scopeName": "source.tablegen", string
H A Dcpp-grammar.json2 "scopeName": "source.cpp.mlir", string
H A Dmarkdown-grammar.json116 "scopeName": "markdown.mlir.codeblock" string
H A Dpdll-grammar.json523 "scopeName": "source.pdll" string
/llvm-project/llvm/utils/vscode/llvm/
H A Dpackage.json47 "scopeName": "source.tablegen", string
52 "scopeName": "source.llvm", string
/llvm-project/lldb/tools/lldb-dap/syntaxes/
H A Ddisassembly.json3 "scopeName": "source.disassembly", string
/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp156 StringRef scopeName, indexName; in parseSubsection() local
/llvm-project/mlir/utils/textmate/
H A Dmlir.json397 "scopeName": "source.mlir" string
/llvm-project/llvm/utils/textmate/
H A Dtablegen.json451 "scopeName": "source.tablegen" string
/llvm-project/lldb/tools/lldb-dap/
H A Dpackage.json64 "scopeName": "source.disassembly", global() string
/llvm-project/flang/lib/Semantics/
H A Dresolve-names.cpp8765 std::optional<SourceName> scopeName{scope.GetName()}; CheckImports() local