Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dintf_type_check.cpp23 bool IntfTypeChecker::CheckIntegrity() in CheckIntegrity()
52 bool IntfTypeChecker::CheckIntfSaAst() in CheckIntfSaAst()
95 bool IntfTypeChecker::CheckIntfSaAstTypes() in CheckIntfSaAstTypes()
122 bool IntfTypeChecker::CheckIntfSaAstMethods() in CheckIntfSaAstMethods()
156 bool IntfTypeChecker::CheckIntfHdiAst() in CheckIntfHdiAst()
214 bool IntfTypeChecker::CheckIntfHdiAstTypes() in CheckIntfHdiAstTypes()
253 bool IntfTypeChecker::CheckInterfaceAst() in CheckInterfaceAst()
276 bool IntfTypeChecker::CheckCallbackAst() in CheckCallbackAst()
292 bool IntfTypeChecker::CheckIntfSmAst() in CheckIntfSmAst()
339 bool IntfTypeChecker::CheckIntfSmAstTypes() in CheckIntfSmAstTypes()
[all …]
H A Dintf_type_check.h26 class IntfTypeChecker {
28 IntfTypeChecker(AutoPtr<AST> ast) : ast_(ast){}; in IntfTypeChecker() function
30 ~IntfTypeChecker() = default;
H A Dparser.cpp79 IntfTypeChecker checker(ast_); in ParseOne()