OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getHeaderSearchOpts
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
CompilerInvocation.h
159
HeaderSearchOptions &
getHeaderSearchOpts
() { return HeaderSearchOpts; }
160
const HeaderSearchOptions &
getHeaderSearchOpts
() const {
CompilerInstance.h
213
HeaderSearchOptions &
getHeaderSearchOpts
() {
214
return Invocation->
getHeaderSearchOpts
();
216
const HeaderSearchOptions &
getHeaderSearchOpts
() const {
217
return Invocation->
getHeaderSearchOpts
();
Completed in 20 milliseconds