OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OwnsDiagClient
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Basic/
Diagnostic.cpp
42
OwnsDiagClient
(ShouldOwnClient), SourceMgr(nullptr) {
67
if (
OwnsDiagClient
)
73
if (
OwnsDiagClient
&& Client)
77
OwnsDiagClient
= ShouldOwnClient;
[
all
...]
/external/clang/include/clang/Basic/
Diagnostic.h
190
bool
OwnsDiagClient
;
372
bool ownsClient() const { return
OwnsDiagClient
; }
377
OwnsDiagClient
= false;
[
all
...]
Completed in 150 milliseconds