Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DIdentifierTable.h106 typedef std::pair<IdentifierInfo, const char*> actualtype; in getNameStart() typedef
107 return ((const actualtype*) this)->second; in getNameStart()
119 typedef std::pair<IdentifierInfo, const char*> actualtype; in getLength() typedef
120 const char* p = ((const actualtype*) this)->second - 2; in getLength()