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

  /external/clang/include/clang/Lex/
ModuleMap.h 128 InferredDirectory() : InferModules(), InferSystemModules() { }
131 unsigned InferModules : 1;
136 /// \brief If \c InferModules is non-zero, the module map file that allowed
  /external/clang/lib/Lex/
ModuleMap.cpp 571 if (!inferred->second.InferModules)
651 if (inferred->second.InferModules) {
    [all...]

Completed in 30 milliseconds