Searched refs:actualtype (Results 1 – 2 of 2) sorted by relevance
69 typedef std::pair < IdentifierInfo, const char *>actualtype; in getNameStart() typedef70 return ((const actualtype *) this)->second; in getNameStart()73 typedef std::pair < IdentifierInfo, const char *>actualtype; in getLength() typedef74 const char *p = ((const actualtype *) this)->second - 2; in getLength()
103 typedef std::pair<IdentifierInfo, const char*> actualtype; in getNameStart() typedef104 return ((const actualtype*) this)->second; in getNameStart()116 typedef std::pair<IdentifierInfo, const char*> actualtype; in getLength() typedef117 const char* p = ((const actualtype*) this)->second - 2; in getLength()