Searched defs:actualtype (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DIdentifierTable.h103 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;
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp69 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;
681 // CHECK-tokens: Keyword: "typedef" [69:5 - 69:12] TypedefDecl=actualtype:69:54 (Definition)
683 // CHECK-tokens: Punctuation: "::" [69:16 - 69:18] TypedefDecl=actualtype:69:54 (Definition)
685 // CHECK-tokens: Punctuation: "<" [69:23 - 69:24] TypedefDecl=actualtype:69:54 (Definition)
687 // CHECK-tokens: Punctuation: "," [69:39 - 69:40] TypedefDecl=actualtype:69:54 (Definition)
688 // CHECK-tokens: Keyword: "const" [69:41 - 69:46] TypedefDecl=actualtype:69:54 (Definition)
689 // CHECK-tokens: Keyword: "char" [69:47 - 69:51] TypedefDecl=actualtype
[all...]

Completed in 1037 milliseconds