Searched defs:hasStaticArg (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Driver/
H A DTools.cpp4891 bool hasStaticArg = Args.hasArg(options::OPT_static); local
4897 bool useShared = buildingLib && !hasStaticArg;
4924 if (hasStaticArg)

Completed in 61 milliseconds