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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 879 ModuleImportPath.clear();
950 ModuleImportPath.clear();
1139 if (ModuleImportPath.empty() && getLangOpts().CPlusPlusModules) {
1234 ModuleImportPath.push_back(std::make_pair(Result.getIdentifierInfo(),
1251 if (ModuleImportPath.empty() || Result.is(tok::eof))
1274 for (auto &Piece : ModuleImportPath) {
1279 SourceLocation FirstPathLoc = ModuleImportPath[0].second;
1280 ModuleImportPath.clear();
1281 ModuleImportPath.push_back(
1288 ModuleImportPath,
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 294 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> ModuleImportPath;

Completed in 23 milliseconds