HomeSort by relevance Sort by last modified time
    Searched defs:getHeaderSearchOpts (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 189 HeaderSearchOptions &getHeaderSearchOpts() { return HeaderSearchOpts; }
190 const HeaderSearchOptions &getHeaderSearchOpts() const {
CompilerInstance.h 231 HeaderSearchOptions &getHeaderSearchOpts() {
232 return Invocation->getHeaderSearchOpts();
234 const HeaderSearchOptions &getHeaderSearchOpts() const {
235 return Invocation->getHeaderSearchOpts();

Completed in 543 milliseconds