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

References

tools/clang/tools/libclang/CIndex.cpp
 7071   for (; I < NumTokens && isFunctionMacroToken(I); ++I) {
 7071   for (; I < NumTokens && isFunctionMacroToken(I); ++I) {
 7071   for (; I < NumTokens && isFunctionMacroToken(I); ++I) {
 7072     SourceLocation TokLoc = getFunctionMacroTokenLoc(I);
 7076       if (clang_isInvalid(clang_getCursorKind(Cursors[I])))
 7077         Cursors[I] = updateC;
 7085   TokIdx = I; // All of the tokens were handled, advance beyond all of them.