OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDiagnosticOpts
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
CompilerInvocation.h
82
DiagnosticOptions &
getDiagnosticOpts
() const { return *DiagnosticOpts; }
CompilerInstance.h
227
DiagnosticOptions &
getDiagnosticOpts
() {
228
return Invocation->
getDiagnosticOpts
();
230
const DiagnosticOptions &
getDiagnosticOpts
() const {
231
return Invocation->
getDiagnosticOpts
();
Completed in 36 milliseconds