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

  /external/clang/lib/Lex/
PreprocessingRecord.cpp 431 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(),
433 if (low == CondDirectiveLocs.end())
440 upp = std::upper_bound(low, CondDirectiveLocs.end(),
443 if (upp != CondDirectiveLocs.end())
456 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(),
458 if (low == CondDirectiveLocs.end())
468 assert(CondDirectiveLocs.empty() ||
469 SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc()
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 337 CondDirectiveLocsTy CondDirectiveLocs;

Completed in 48 milliseconds