Searched refs:SourceRangeLike (Results 1 – 6 of 6) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _src_pos.py | 244 …def __init__(self, source_range: SourceRangeLike, tu: Optional[clx.TranslationUnit] = None) -> Non… argument 295 def __eq__(self, other: SourceRangeLike) -> bool: argument 298 def __lt__(self, other: Union[SourceRangeLike, SourceLocationLike]) -> bool: argument 316 def __contains__(self, other: Union[SourceRangeLike, SourceLocationLike]) -> bool: argument 352 def cast(cls, other: SourceRangeLike, tu: Optional[clx.TranslationUnit] = None) -> SourceRange: argument 443 def as_clang_source_range(cls, other: SourceRangeLike) -> clx.SourceRange: argument 473 …def merge(cls, left: SourceRangeLike, right: SourceRangeLike, tu: Optional[clx.TranslationUnit] = … argument 500 def merge_with(self, other: SourceRangeLike) -> SourceRange: argument 504 def overlaps(self, other: SourceRangeLike) -> bool: argument
|
| H A D | _util.py | 100 def get_raw_source_from_source_range(source_range: SourceRangeLike, num_before_context: int = 0, nu… argument 132 def get_formatted_source_from_source_range(source_range: SourceRangeLike, num_before_context: int =… argument
|
| H A D | _patch.py | 100 def __init__(self, src_range: SourceRangeLike, value: str, contextlines: int = 2) -> None: argument
|
| H A D | _diag.py | 493 …ange(cls, kind: DiagnosticKind, diag_flag: str, msg: str, src_range: SourceRangeLike, patch: Optio… argument
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | _typing.py | 70 SourceRangeLike: TypeAlias = Union[clx.SourceRange, SourceRange] variable
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 721 …nge(self, kind: DiagnosticKind, diag_flag: str, msg: str, src_range: SourceRangeLike, **kwargs) ->… argument
|