OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFrontendOpts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInvocation.h
171
FrontendOptions &
getFrontendOpts
() { return FrontendOpts; }
172
const FrontendOptions &
getFrontendOpts
() const { return FrontendOpts; }
CompilerInstance.h
281
FrontendOptions &
getFrontendOpts
() {
282
return Invocation->
getFrontendOpts
();
284
const FrontendOptions &
getFrontendOpts
() const {
285
return Invocation->
getFrontendOpts
();
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026