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 105 typedef std::pair<IdentifierInfo, const char*> actualtype; typedef
106 return ((const actualtype*) this)->second;
118 typedef std::pair<IdentifierInfo, const char*> actualtype; typedef
119 const char* p = ((const actualtype*) this)->second - 2;

Completed in 49 milliseconds