Home
last modified time | relevance | path

Searched refs:check_function_signature (Results 1 – 2 of 2) sorted by relevance

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/cxx/
H A Dcxx_parser.c1503 check_function_signature: in cxxParserAnalyzeOtherStatement()
1557 goto check_function_signature; in cxxParserAnalyzeOtherStatement()
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dsemanal.py614 self.check_function_signature(defn)
961 def check_function_signature(self, fdef: FuncItem) -> None: member in SemanticAnalyzer