Searched refs:CondDirectiveLocs (Results 1 – 2 of 2) sorted by relevance
30 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(), in rangeIntersectsConditionalDirective()32 if (low == CondDirectiveLocs.end()) in rangeIntersectsConditionalDirective()39 upp = std::upper_bound(low, CondDirectiveLocs.end(), in rangeIntersectsConditionalDirective()42 if (upp != CondDirectiveLocs.end()) in rangeIntersectsConditionalDirective()52 if (CondDirectiveLocs.empty()) in findConditionalDirectiveRegionLoc()55 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(), in findConditionalDirectiveRegionLoc()60 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(), in findConditionalDirectiveRegionLoc()62 assert(low != CondDirectiveLocs.end()); in findConditionalDirectiveRegionLoc()72 assert(CondDirectiveLocs.empty() || in addCondDirectiveLoc()73 SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(), in addCondDirectiveLoc()[all …]
61 CondDirectiveLocsTy CondDirectiveLocs; variable