HomeSort by relevance Sort by last modified time
    Searched refs:onlyPrecompileType (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Driver/
Types.h 42 /// onlyPrecompileType - Should this type only be precompiled.
43 bool onlyPrecompileType(ID Id);
  /external/clang/lib/Driver/
Types.cpp 61 bool types::onlyPrecompileType(ID Id) {
202 if (onlyPrecompileType(Id)) {
212 if (!onlyPrecompileType(Id)) {

Completed in 49 milliseconds