Searched refs:ModuleImportPath (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DPreprocessor.cpp655 ModuleImportPath.clear();
709 ModuleImportPath.push_back(std::make_pair(Result.getIdentifierInfo(),
725 if (!ModuleImportPath.empty() && getLangOpts().Modules) {
727 ModuleImportPath,
731 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);
/external/clang/include/clang/Lex/
H A DPreprocessor.h232 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> ModuleImportPath; member in class:clang::Preprocessor

Completed in 548 milliseconds