Home | History | Annotate | Download | only in Lex

Lines Matching refs:CondDirectiveLocs

30     low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(),
32 if (low == CondDirectiveLocs.end())
39 upp = std::upper_bound(low, CondDirectiveLocs.end(),
42 if (upp != CondDirectiveLocs.end())
52 if (CondDirectiveLocs.empty())
55 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
60 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(),
62 assert(low != CondDirectiveLocs.end());
72 assert(CondDirectiveLocs.empty() ||
73 SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
75 CondDirectiveLocs.push_back(DirLoc);
121 return llvm::capacity_in_bytes(CondDirectiveLocs);