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

/external/clang/lib/Driver/
H A DTools.cpp3218 const std::string customGCCName = D.getCCCGenericGCCName(); local
3220 if (!customGCCName.empty())
3221 GCCName = customGCCName.c_str();

Completed in 39 milliseconds