reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
38 if (MI.isFunctionLike()) { 40 if (!MI.param_empty()) { 41 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); 41 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); 54 if (MI.isGNUVarargs()) 62 if (MI.tokens_empty() || !MI.tokens_begin()->hasLeadingSpace()) 62 if (MI.tokens_empty() || !MI.tokens_begin()->hasLeadingSpace()) 66 for (const auto &T : MI.tokens()) {