Searched refs:getAPINotesOpts (Results 1 – 4 of 4) sorted by relevance
138 const APINotesOptions &getAPINotesOpts() const { return *APINotesOpts; } in getAPINotesOpts() function234 using CompilerInvocationBase::getAPINotesOpts;251 APINotesOptions &getAPINotesOpts() { return *APINotesOpts; } in getAPINotesOpts() function
307 APINotesOptions &getAPINotesOpts() { return Invocation->getAPINotesOpts(); } in getAPINotesOpts() function308 const APINotesOptions &getAPINotesOpts() const { in getAPINotesOpts() function309 return Invocation->getAPINotesOpts(); in getAPINotesOpts()
752 TheSema->APINotes.setSwiftVersion(getAPINotesOpts().SwiftVersion); in createSema()765 getAPINotesOpts().ModuleSearchPaths); in createSema()
164 APINotesOpts = make_shared_copy(X.getAPINotesOpts()); in deep_copy_assign()4607 ParseAPINotesArgs(Res.getAPINotesOpts(), Args, Diags); in CreateFromArgsImpl()4784 const APINotesOptions &APINotesOpts = getAPINotesOpts(); in getModuleHash()4837 GenerateAPINotesArgs(getAPINotesOpts(), Consumer); in generateCC1CommandLine()