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 201 if (Diagnostics.ownsClient())
  /external/clang/lib/Frontend/
CompilerInstance.cpp 170 assert(Diags.ownsClient());
181 if (Diags.ownsClient()) {
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 373 bool ownsClient() const { return Owner != nullptr; }
    [all...]

Completed in 237 milliseconds