HomeSort by relevance Sort by last modified time
    Searched refs:actualtype (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 69 typedef std::pair < IdentifierInfo, const char *>actualtype; typedef
70 return ((const actualtype *) this)->second;
73 typedef std::pair < IdentifierInfo, const char *>actualtype; typedef
74 const char *p = ((const actualtype *) this)->second - 2;
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 103 typedef std::pair<IdentifierInfo, const char*> actualtype; typedef
104 return ((const actualtype*) this)->second;
116 typedef std::pair<IdentifierInfo, const char*> actualtype; typedef
117 const char* p = ((const actualtype*) this)->second - 2;

Completed in 66 milliseconds