Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
205 : Declarator(DS, C), ParsingRAII(P, &DS.getDelayedDiagnosticPool()) { in ParsingDeclarator()
232 : FieldDeclarator(DS), ParsingRAII(P, &DS.getDelayedDiagnosticPool()) { in ParsingFieldDeclarator()