OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DelayedDiagnosticPool
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Sema/
DelayedDiagnostic.h
227
///
DelayedDiagnosticPool
- A collection of diagnostics which were
229
class
DelayedDiagnosticPool
{
230
const
DelayedDiagnosticPool
*Parent;
233
DelayedDiagnosticPool
(const
DelayedDiagnosticPool
&) LLVM_DELETED_FUNCTION;
234
void operator=(const
DelayedDiagnosticPool
&) LLVM_DELETED_FUNCTION;
236
DelayedDiagnosticPool
(const
DelayedDiagnosticPool
*parent) : Parent(parent) {}
237
~
DelayedDiagnosticPool
() {
243
const
DelayedDiagnosticPool
*getParent() const { return Parent;
[
all
...]
Sema.h
191
class
DelayedDiagnosticPool
;
410
sema::
DelayedDiagnosticPool
*SavedPool;
421
sema::
DelayedDiagnosticPool
*CurPool;
433
sema::
DelayedDiagnosticPool
*getCurrentPool() const {
439
DelayedDiagnosticsState push(sema::
DelayedDiagnosticPool
&pool) {
[
all
...]
/external/clang/lib/Parse/
RAIIObjectsForParser.h
46
sema::
DelayedDiagnosticPool
DiagnosticPool;
86
sema::
DelayedDiagnosticPool
DiagnosticPool;
102
const sema::
DelayedDiagnosticPool
*parentPool)
124
sema::
DelayedDiagnosticPool
&getDelayedDiagnosticPool() {
127
const sema::
DelayedDiagnosticPool
&getDelayedDiagnosticPool() const {
180
const sema::
DelayedDiagnosticPool
&getDelayedDiagnosticPool() const {
/external/clang/lib/Sema/
SemaDeclAttr.cpp
[
all
...]
Completed in 34 milliseconds