OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFrontendOpts
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
CompilerInvocation.h
194
FrontendOptions &
getFrontendOpts
() { return FrontendOpts; }
195
const FrontendOptions &
getFrontendOpts
() const {
CompilerInstance.h
280
FrontendOptions &
getFrontendOpts
() {
281
return Invocation->
getFrontendOpts
();
283
const FrontendOptions &
getFrontendOpts
() const {
284
return Invocation->
getFrontendOpts
();
Completed in 507 milliseconds