Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInstance.h347 bool hasTarget() const { return Target != nullptr; } in hasTarget() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h370 bool hasTarget() const { return Target != nullptr; } in hasTarget() function