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

  /external/clang/lib/CodeGen/
CGCleanup.cpp 378 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup());
    [all...]
CGCleanup.h 494 bool strictlyEncloses(iterator other) const { return Ptr > other.Ptr; }
CodeGenFunction.h 168 bool strictlyEncloses(stable_iterator I) const { return Size < I.Size; }
    [all...]

Completed in 28 milliseconds