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

  /external/clang/lib/Basic/
SourceManager.cpp 782 if (!I->isExpansion())
823 if (!LocalSLocEntryTable[MiddleIndex].isExpansion())
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 398 bool isExpansion() const { return Offset & 1; }
399 bool isFile() const { return !isExpansion(); }
407 assert(isExpansion() && "Not a macro expansion SLocEntry!");
    [all...]

Completed in 177 milliseconds