Lines Matching defs:QAPISourceInfo
51 info: QAPISourceInfo,
95 incl_info: Optional[QAPISourceInfo] = None):
182 info: QAPISourceInfo,
196 info: QAPISourceInfo,
221 def _pragma(name: str, value: object, info: QAPISourceInfo) -> None:
650 info: QAPISourceInfo,
669 info: QAPISourceInfo,
680 def __init__(self, info: QAPISourceInfo, symbol: Optional[str] = None):
709 def ensure_untagged_section(self, info: QAPISourceInfo) -> None:
728 info: QAPISourceInfo,
752 info: QAPISourceInfo,
765 def new_argument(self, info: QAPISourceInfo, name: str) -> None:
768 def new_feature(self, info: QAPISourceInfo, name: str) -> None:
807 def ensure_returns(self, info: QAPISourceInfo) -> None: