Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h152 ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, in ReadDiagnosticOptions() function
251 bool ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts,
288 bool ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts,
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp582 bool ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, in ReadDiagnosticOptions() function in __anonbef31d7b0411::DumpModuleInfoListener
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp185 bool ChainedASTReaderListener::ReadDiagnosticOptions( in ReadDiagnosticOptions() function in ChainedASTReaderListener
187 return First->ReadDiagnosticOptions(DiagOpts, Complain) || in ReadDiagnosticOptions()
188 Second->ReadDiagnosticOptions(DiagOpts, Complain); in ReadDiagnosticOptions()
563 bool PCHValidator::ReadDiagnosticOptions( in ReadDiagnosticOptions() function in PCHValidator
5817 return Listener.ReadDiagnosticOptions(DiagOpts, Complain); in ParseDiagnosticOptions()