Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h104 typedef std::pair<IdentifierInfo, const char*> actualtype; in getNameStart() typedef
105 return ((const actualtype*) this)->second; in getNameStart()
117 typedef std::pair<IdentifierInfo, const char*> actualtype; in getLength() typedef
118 const char* p = ((const actualtype*) this)->second - 2; in getLength()