HomeSort by relevance Sort by last modified time
    Searched refs:CondDirectiveLocs (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 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())
    [all...]
  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 61 CondDirectiveLocsTy CondDirectiveLocs;

Completed in 55 milliseconds