OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 258 milliseconds