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 41 /// onlyPrecompileType - Should this type only be precompiled.
42 bool onlyPrecompileType(ID Id);
  /external/clang/lib/Driver/
Types.cpp 55 bool types::onlyPrecompileType(ID Id) {
210 if (onlyPrecompileType(Id))
231 if (onlyPrecompileType(Id))

Completed in 93 milliseconds