Searched refs:hasTarget (Results 1 – 3 of 3) sorted by relevance
1062 if (!Clang->hasTarget()) in Parse()1532 if (!Clang->hasTarget()) { in getMainBufferWithPrecompiledPreamble()1676 if (CI.hasTarget()) in transferASTDataFromCompilerInstance()1795 if (!Clang->hasTarget()) in LoadFromCompilerInvocationAction()2379 if (!Clang->hasTarget()) { in CodeComplete()
836 if (!hasTarget()) in ExecuteAction()
347 bool hasTarget() const { return Target != nullptr; } in hasTarget() function