Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp667 bool ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, in ReadDiagnosticOptions() function in __anon5e3a907a0411::DumpModuleInfoListener
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp193 bool ChainedASTReaderListener::ReadDiagnosticOptions( in ReadDiagnosticOptions() function in ChainedASTReaderListener
195 return First->ReadDiagnosticOptions(DiagOpts, Complain) || in ReadDiagnosticOptions()
196 Second->ReadDiagnosticOptions(DiagOpts, Complain); in ReadDiagnosticOptions()
581 bool PCHValidator::ReadDiagnosticOptions( in ReadDiagnosticOptions() function in PCHValidator
6104 return Listener.ReadDiagnosticOptions(DiagOpts, Complain); in ParseDiagnosticOptions()