HomeSort by: relevance | last modified time | path
    Searched refs:Submodules (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 756 std::map<Module *, SubmoduleState> Submodules;
1064 auto I = Submodules.find(M);
1065 if (I == Submodules.end())
1166 /// Get the list of submodules that we're currently building.
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp 260 for (auto *M : Mod.submodules())
533 // each of the headers within the directory, including all submodules, is
668 auto R = Submodules.insert(std::make_pair(M, SubmoduleState()));

Completed in 17 milliseconds