Home
last modified time | relevance | path

Searched defs:SourceRange (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/tools/pdl/src/
Dast.rs40 pub struct SourceRange { struct
54 pub loc: SourceRange, argument
225 impl SourceRange { implementation
234 impl fmt::Display for SourceRange { implementation
248 impl fmt::Debug for SourceRange { implementation
254 impl ops::Add<SourceRange> for SourceRange { implementation
257 fn add(self, rhs: SourceRange) -> SourceRange { in add()
298 pub fn loc(&self) -> &SourceRange { in loc()
370 pub fn new(loc: SourceRange, desc: DeclDesc<A>) -> Decl<A> { in new()
Danalyzer.rs541 tags_by_id: &mut HashMap<&'a str, SourceRange>, in check_enum_declarations() argument
603 tags_by_id: &mut HashMap<&'a str, SourceRange>, in check_enum_declarations() argument
Dparser.rs182 fn as_loc(&self, context: &Context) -> crate::ast::SourceRange; in as_loc()
192 fn as_loc(&self, context: &Context) -> crate::ast::SourceRange { in as_loc()
/packages/modules/Bluetooth/tools/pdl/scripts/pdl/
Dast.py39 class SourceRange: class