Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h151 ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, in ReadDiagnosticOptions() function
250 bool ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts,
287 bool ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp691 bool ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, in ReadDiagnosticOptions() function in __anon31651daa0411::DumpModuleInfoListener
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp187 bool ChainedASTReaderListener::ReadDiagnosticOptions( in ReadDiagnosticOptions() function in ChainedASTReaderListener
189 return First->ReadDiagnosticOptions(DiagOpts, Complain) || in ReadDiagnosticOptions()
190 Second->ReadDiagnosticOptions(DiagOpts, Complain); in ReadDiagnosticOptions()
566 bool PCHValidator::ReadDiagnosticOptions( in ReadDiagnosticOptions() function in PCHValidator
5871 return Listener.ReadDiagnosticOptions(DiagOpts, Complain); in ParseDiagnosticOptions()