Home | History | Annotate | Download | only in libclang

Lines Matching refs:ptr_data

5955  *   ptr_data: for identifiers and keywords, an IdentifierInfo*.
5969 return cxstring::createRef(static_cast<IdentifierInfo *>(CXTok.ptr_data)
5973 // We have stashed the starting pointer in the ptr_data field. Use it.
5974 const char *Text = static_cast<const char *>(CXTok.ptr_data);
6079 CXTok.ptr_data = const_cast<char *>(Tok.getLiteralData());
6093 CXTok.ptr_data = II;
6096 CXTok.ptr_data = nullptr;
6099 CXTok.ptr_data = nullptr;
6769 IdentifierInfo *II = static_cast<IdentifierInfo *>(Tokens[I].ptr_data);
6795 IdentifierInfo *II = static_cast<IdentifierInfo *>(Tokens[I].ptr_data);