Home
last modified time | relevance | path

Searched defs:DelayedDiagnosticPool (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h246 DelayedDiagnosticPool(const DelayedDiagnosticPool *parent) : Parent(parent) {} in DelayedDiagnosticPool() function
253 DelayedDiagnosticPool(DelayedDiagnosticPool &&Other) in DelayedDiagnosticPool() function
DSema.h200 class DelayedDiagnosticPool; variable