Lines Matching refs:Token
37 using AttrSet = std::set<Token, TokenTypeCompare>;
99 void ParseAttrUnitFreezecontrol(AttrSet &attrs, Token &token);
106 void CheckInterfaceAttr(const AutoPtr<ASTInterfaceType> &interface, Token token);
128 void SetParamAttrVal(Token token, AutoPtr<ASTParamAttr> attr);
135 bool CheckBasicType(Token token);
149 bool CheckUserDefType(Token token);
202 bool CheckType(const Token &token, const AutoPtr<ASTType> &type);
204 bool CheckTypeByMode(const Token &token, const AutoPtr<ASTType> &type);
223 inline static bool IsPrimitiveType(Token token) in IsPrimitiveType()
235 … void LogError(const char *funcName, int fileLine, const Token &token, const std::string &message) in LogError()
241 …void LogErrorBeforeToken(const char *funcName, int fileLine, const Token &token, const std::string… in LogErrorBeforeToken()