Home
last modified time | relevance | path

Searched refs:getDelayedDiagnosticPool (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h130 sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() { in getDelayedDiagnosticPool() function
133 const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const { in getDelayedDiagnosticPool() function
186 const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const { in getDelayedDiagnosticPool() function
187 return ParsingRAII.getDelayedDiagnosticPool(); in getDelayedDiagnosticPool()
208 ParsingRAII(P, &DS.getDelayedDiagnosticPool()) {} in ParsingDeclarator()
236 ParsingRAII(P, &DS.getDelayedDiagnosticPool()) {} in ParsingFieldDeclarator()