reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/libclang/CIndex.cpp
 6731     Lex.LexFromRawLexer(Tok);
 6732     if (Tok.is(tok::eof))
 6739     CXTok.int_data[1] = Tok.getLocation().getRawEncoding();
 6740     CXTok.int_data[2] = Tok.getLength();
 6744     if (Tok.isLiteral()) {
 6746       CXTok.ptr_data = const_cast<char *>(Tok.getLiteralData());
 6747     } else if (Tok.is(tok::raw_identifier)) {
 6750         = CXXUnit->getPreprocessor().LookUpIdentifierInfo(Tok);
 6756         CXTok.int_data[0] = Tok.is(tok::identifier)
 6761     } else if (Tok.is(tok::comment)) {
 6769     previousWasAt = Tok.is(tok::at);