Home
last modified time | relevance | path

Searched defs:Declaration (Results 1 – 25 of 47) sorted by relevance

12

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dgather_locals.rs15 pub(super) struct Declaration<'a> { struct
24 impl<'a> From<&'a hir::Local<'a>> for Declaration<'a> { argument
31 impl<'a> From<&'a hir::Let<'a>> for Declaration<'a> { implementation
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.h22 struct Declaration struct
28 // Returns a `Declaration` view of the given node. argument
/third_party/skia/third_party/externals/tint/src/sem/
Dswitch_statement.cc35 const ast::SwitchStatement* SwitchStatement::Declaration() const { in Declaration() function in tint::sem::SwitchStatement
48 const ast::CaseStatement* CaseStatement::Declaration() const { in Declaration() function in tint::sem::CaseStatement
Dcall.h54 const ast::CallExpression* Declaration() const { in Declaration() function
Dfor_loop_statement.cc31 const ast::ForLoopStatement* ForLoopStatement::Declaration() const { in Declaration() function in tint::sem::ForLoopStatement
Dstruct.h78 const ast::Struct* Declaration() const { return declaration_; } in Declaration() function
197 const ast::StructMember* Declaration() const { return declaration_; } in Declaration() function
Dexpression.h46 const ast::Expression* Declaration() const { return declaration_; } in Declaration() function
Dblock_statement.cc35 const ast::BlockStatement* BlockStatement::Declaration() const { in Declaration() function in tint::sem::BlockStatement
Dvariable.h61 const ast::Variable* Declaration() const { return declaration_; } in Declaration() function
Dfunction.h73 const ast::Function* Declaration() const { return declaration_; } in Declaration() function
/third_party/rust/rust/tests/codegen/
Denum-debug-niche-2.rs21 pub struct Declaration; struct
23 impl TypeFamily for Declaration { implementation
/third_party/rust/rust/tests/rustdoc/
Denum-headings.rs12 Declaration { enumerator
/third_party/rust/rust/tests/ui/issues/
Dissue-36075.rs4 type Declaration; typedef
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorBase.cs74 public DescriptorDeclaration Declaration => File.GetDeclaration(this); field in Google.Protobuf.Reflection.DescriptorBase
/third_party/skia/src/sksl/dsl/priv/
DDSLWriter.cpp78 std::unique_ptr<SkSL::Statement> DSLWriter::Declaration(DSLVarBase& var) { in Declaration() function in SkSL::dsl::DSLWriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp134 llvm::Value *Declaration; in runOnModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalInits.h295 const GlobalDeclaration *Declaration, in create()
303 const GlobalDeclaration *Declaration, in create()
349 const GlobalDeclaration *Declaration; variable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dreferences.rs38 pub struct Declaration { struct
39 pub nav: NavigationTarget,
40 pub is_mut: bool,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeType.h33 Declaration, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h62 struct tgsi_declaration Declaration; member
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go44 Declaration(context.Context, *DeclarationParams) ([]DeclarationLink, error) methodSpec
635 func (s *serverDispatcher) Declaration(ctx context.Context, params *DeclarationParams) ([]Declarati… func
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go44 Declaration(context.Context, *DeclarationParams) ([]DeclarationLink, error) methodSpec
635 func (s *serverDispatcher) Declaration(ctx context.Context, params *DeclarationParams) ([]Declarati… func
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go44 Declaration(context.Context, *DeclarationParams) ([]DeclarationLink, error) methodSpec
635 func (s *serverDispatcher) Declaration(ctx context.Context, params *DeclarationParams) ([]Declarati… func
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go195 func (s *server) Declaration(ctx context.Context, p *lsp.DeclarationParams) ([]lsp.DeclarationLink,… func
/third_party/spirv-tools/utils/vscode/src/
Dlangsvr.go195 func (s *server) Declaration(ctx context.Context, p *lsp.DeclarationParams) ([]lsp.DeclarationLink,… func

12