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

  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 155 if (Diagnostics.ownsClient())
  /external/clang/lib/Frontend/
CompilerInstance.cpp 168 assert(Diags.ownsClient());
179 if (Diags.ownsClient()) {
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 372 bool ownsClient() const { return Owner != nullptr; }
    [all...]

Completed in 542 milliseconds