Searched refs:getAPINotesOpts (Results 1 – 4 of 4) sorted by relevance
138 const APINotesOptions &getAPINotesOpts() const { return *APINotesOpts; } in getAPINotesOpts() function239 using CompilerInvocationBase::getAPINotesOpts;256 APINotesOptions &getAPINotesOpts() { return *APINotesOpts; } in getAPINotesOpts() function
317 APINotesOptions &getAPINotesOpts() { return Invocation->getAPINotesOpts(); } in getAPINotesOpts() function318 const APINotesOptions &getAPINotesOpts() const { in getAPINotesOpts() function319 return Invocation->getAPINotesOpts(); in getAPINotesOpts()
748 TheSema->APINotes.setSwiftVersion(getAPINotesOpts().SwiftVersion); in createSema()761 getAPINotesOpts().ModuleSearchPaths); in createSema()
150 APINotesOpts = make_shared_copy(X.getAPINotesOpts()); in deep_copy_assign()5154 ParseAPINotesArgs(Res.getAPINotesOpts(), Args, Diags); in CreateFromArgsImpl()5341 const APINotesOptions &APINotesOpts = getAPINotesOpts(); in getModuleHash()5398 GenerateAPINotesArgs(getAPINotesOpts(), Consumer); in generateCC1CommandLine()