Lines Matching defs:QAPISourceInfo
32 from .source import QAPISourceInfo
49 info: QAPISourceInfo,
81 `QAPISourceInfo` belonging to the parent module.
93 incl_info: Optional[QAPISourceInfo] = None):
100 self.info = QAPISourceInfo(self._fname, incl_info)
185 info: QAPISourceInfo,
199 info: QAPISourceInfo,
205 inf: Optional[QAPISourceInfo] = info
224 def _pragma(name: str, value: object, info: QAPISourceInfo) -> None:
696 info: QAPISourceInfo,
715 info: QAPISourceInfo,
726 def __init__(self, info: QAPISourceInfo, symbol: Optional[str] = None):
755 def ensure_untagged_section(self, info: QAPISourceInfo) -> None:
774 info: QAPISourceInfo,
798 info: QAPISourceInfo,
811 def new_argument(self, info: QAPISourceInfo, name: str) -> None:
814 def new_feature(self, info: QAPISourceInfo, name: str) -> None:
853 def ensure_returns(self, info: QAPISourceInfo) -> None: