Home
last modified time | relevance | path

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

/external/clang/test/Index/
Drecursive-cxx-member-calls.cpp69 typedef std::pair < IdentifierInfo, const char *>actualtype; in getNameStart() typedef
70 return ((const actualtype *) this)->second; in getNameStart()
73 typedef std::pair < IdentifierInfo, const char *>actualtype; in getLength() typedef
74 const char *p = ((const actualtype *) this)->second - 2; in getLength()
/external/clang/include/clang/Basic/
DIdentifierTable.h107 typedef std::pair<IdentifierInfo, const char*> actualtype; in getNameStart() typedef
108 return ((const actualtype*) this)->second; in getNameStart()
120 typedef std::pair<IdentifierInfo, const char*> actualtype; in getLength() typedef
121 const char* p = ((const actualtype*) this)->second - 2; in getLength()