Home
last modified time | relevance | path

Searched defs:FunctionBody (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dextract_function.rs218 fn extraction_target(node: &SyntaxNode, selection_range: TextRange) -> Option<FunctionBody> { in extraction_target()
366 enum FunctionBody { enum
517 impl FunctionBody { impl
566 fn from_range(parent: ast::StmtList, selected: TextRange) -> FunctionBody { in from_range()
704 impl FunctionBody { impl
1077 body: &FunctionBody, in has_exclusive_usages()
1150 impl HasTokenAtOffset for FunctionBody { implementation
1209 body: &FunctionBody, in locals_defined_in_body()
1252 body: &FunctionBody, in is_defined_outside_of_body()
1261 fn node_to_insert_after(body: &FunctionBody, anchor: Anchor) -> Option<SyntaxNode> { in node_to_insert_after()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp247 Vec FunctionBody, ExceptionTable; member
/third_party/typescript/src/compiler/
Dtypes.ts2529 export type FunctionBody = Block; alias
/third_party/typescript/lib/
Dtypescript.d.ts1320 type FunctionBody = Block; alias
Dtsserverlibrary.d.ts5323 type FunctionBody = Block; alias
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1320 type FunctionBody = Block; alias
Dtsserverlibrary.d.ts5323 type FunctionBody = Block; alias