Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h152 ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, in ReadDiagnosticOptions() function
269 bool ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts,
306 bool ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp637 bool ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, in ReadDiagnosticOptions() function in __anonfa7087f00411::DumpModuleInfoListener
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp188 bool ChainedASTReaderListener::ReadDiagnosticOptions( in ReadDiagnosticOptions() function in ChainedASTReaderListener
190 return First->ReadDiagnosticOptions(DiagOpts, Complain) || in ReadDiagnosticOptions()
191 Second->ReadDiagnosticOptions(DiagOpts, Complain); in ReadDiagnosticOptions()
576 bool PCHValidator::ReadDiagnosticOptions( in ReadDiagnosticOptions() function in PCHValidator
6098 return Listener.ReadDiagnosticOptions(DiagOpts, Complain); in ParseDiagnosticOptions()