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 679 ModuleImportPath.clear();
733 ModuleImportPath.push_back(std::make_pair(Result.getIdentifierInfo(),
749 if (!ModuleImportPath.empty()) {
753 ModuleImportPath,
757 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);
  /external/clang/include/clang/Lex/
Preprocessor.h 245 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> ModuleImportPath;
    [all...]

Completed in 118 milliseconds