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

  /external/clang/lib/Lex/
Preprocessor.cpp 579 ModuleImportPath.clear();
603 ModuleImportPath.push_back(std::make_pair(Result.getIdentifierInfo(),
619 if (!ModuleImportPath.empty())
620 (void)TheModuleLoader.loadModule(ModuleImportLoc, ModuleImportPath,
  /external/clang/include/clang/Lex/
Preprocessor.h 182 ModuleImportPath;
    [all...]

Completed in 491 milliseconds