OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PartialDiagnostic
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
PartialDiagnostic.h
1
//===-
PartialDiagnostic
.h - Diagnostic "closures" --------------*- C++ -*-===//
34
class
PartialDiagnostic
: public StreamingDiagnostic {
36
// NOTE: Sema assumes that
PartialDiagnostic
is location-invariant
47
PartialDiagnostic
(NullDiagnostic) {}
49
PartialDiagnostic
(unsigned DiagID, DiagStorageAllocator &Allocator_)
52
PartialDiagnostic
(const
PartialDiagnostic
&Other)
61
template <typename T> const
PartialDiagnostic
&operator<<(const T &V) const {
72
const
PartialDiagnostic
&operator<<(T &&V) const {
78
PartialDiagnostic
(PartialDiagnostic &&Other) : DiagID(Other.DiagID)
[
all
...]
Completed in 55 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026