Home
last modified time | relevance | path

Searched refs:ParameterInformation (Results 1 – 6 of 6) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsprotocol.go1892 ParameterInformation *struct {
3455 type ParameterInformation struct { struct
3498 Parameters []ParameterInformation `json:"parameters,omitempty"`
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go1892 ParameterInformation *struct {
3455 type ParameterInformation struct { struct
3498 Parameters []ParameterInformation `json:"parameters,omitempty"`
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go1892 ParameterInformation *struct {
3455 type ParameterInformation struct { struct
3498 Parameters []ParameterInformation `json:"parameters,omitempty"`
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h1230 struct ParameterInformation { struct
1244 llvm::json::Value toJSON(const ParameterInformation &); argument
1256 std::vector<ParameterInformation> parameters;
DProtocol.cpp977 llvm::json::Value toJSON(const ParameterInformation &PI) { in toJSON()
DCodeComplete.cpp958 ParameterInformation Info; in processParameterChunk()