Home
last modified time | relevance | path

Searched refs:SourceLocationLike (Results 1 – 3 of 3) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_src_pos.py42 …def __init__(self, source_location: SourceLocationLike, tu: Optional[clx.TranslationUnit] = None) … argument
84 def __lt__(self, other: SourceLocationLike) -> bool: argument
87 def __ge__(self, other: SourceLocationLike) -> bool: argument
91 …def cast(cls, other: SourceLocationLike, tu: Optional[clx.TranslationUnit] = None) -> SourceLocati… argument
205 def as_clang_source_location(cls, other: SourceLocationLike) -> clx.SourceLocation: argument
298 def __lt__(self, other: Union[SourceRangeLike, SourceLocationLike]) -> bool: argument
316 def __contains__(self, other: Union[SourceRangeLike, SourceLocationLike]) -> bool: argument
384 …def from_locations(cls, left: SourceLocationLike, right: SourceLocationLike, tu: Optional[clx.Tran… argument
H A D_diag.py434 notes: list[tuple[SourceLocationLike, str]]
437 …tr, message: str, location: SourceLocationLike, patch: Optional[Patch] = None, notes: Optional[lis… argument
543 def add_note(self, note: str, location: Optional[SourceLocationLike] = None) -> Diagnostic: argument
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py69 SourceLocationLike: TypeAlias = Union[clx.SourceLocation, SourceLocation] variable