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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 184 TargetOptions &getTargetOpts() { return TargetOpts; }
185 const TargetOptions &getTargetOpts() const {
CompilerInstance.h 241 TargetOptions &getTargetOpts() {
242 return Invocation->getTargetOpts();
244 const TargetOptions &getTargetOpts() const {
245 return Invocation->getTargetOpts();

Completed in 18 milliseconds