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

  /external/clang/lib/Basic/
Diagnostic.cpp 38 : Diags(diags), Client(client), OwnsDiagClient(ShouldOwnClient),
59 if (OwnsDiagClient)
64 if (OwnsDiagClient && Client)
68 OwnsDiagClient = ShouldOwnClient;
  /external/clang/include/clang/Basic/
Diagnostic.h 163 bool OwnsDiagClient;
320 OwnsDiagClient = false;
    [all...]

Completed in 132 milliseconds