Home
last modified time | relevance | path

Searched defs:getAPINotesOpts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h138 const APINotesOptions &getAPINotesOpts() const { return *APINotesOpts; } in getAPINotesOpts() function
256 APINotesOptions &getAPINotesOpts() { return *APINotesOpts; } in getAPINotesOpts() function
H A DCompilerInstance.h328 APINotesOptions &getAPINotesOpts() { return Invocation->getAPINotesOpts(); } in getAPINotesOpts() function
329 const APINotesOptions &getAPINotesOpts() const { in getAPINotesOpts() function