Searched refs:CurCode (Results 1 – 2 of 2) sorted by relevance
74 tgtok::TokKind CurCode; variable92 return CurCode = LexToken(); in Lex()99 tgtok::TokKind getCode() const { return CurCode; } in getCode()102 assert((CurCode == tgtok::Id || CurCode == tgtok::StrVal || in getCurStrVal()103 CurCode == tgtok::VarName || CurCode == tgtok::CodeFragment) && in getCurStrVal()108 assert(CurCode == tgtok::IntVal && "This token isn't an integer"); in getCurIntVal()112 assert(CurCode == tgtok::BinaryIntVal && in getCurBinaryIntVal()
91 uint64_t CurCode; in getCUAbbrev() local94 while ((CurCode = AbbrevData.getULEB128(&Offset)) != AbbrCode) { in getCUAbbrev()