Searched refs:hasHostDependence (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp266 bool OffloadAction::hasHostDependence() const { return HostTC != nullptr; } function in class:OffloadAction
269 assert(hasHostDependence() && "Host dependence does not exist!");
H A DDriver.cpp3863 } else if (OA->hasHostDependence()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h355 bool hasHostDependence() const;

Completed in 67 milliseconds