reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
698 if (Last == End) 700 if (*Last == '(') { 702 if (printMacroArgs(Last, End)) { 707 skipLine(Last, End); 711 skipWhitespace(Last, End); 712 if (Last == End) 714 if (!isVerticalWhitespace(*Last)) 716 printDirectiveBody(Last, End); 717 First = Last;