Home
last modified time | relevance | path

Searched refs:moduleImport (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DPPCallbacks.h143 virtual void moduleImport(SourceLocation ImportLoc, in moduleImport() function
366 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport() function
368 First->moduleImport(ImportLoc, Path, Imported); in moduleImport()
369 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
/external/clang/lib/Lex/
DPreprocessor.cpp796 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()