Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h141 const Driver &getDriver() const { return TheDriver; } in getDriver() function
H A DToolChain.h253 const Driver &getDriver() const { return D; } in getDriver() function