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

  /external/clang/include/clang/Lex/
PPCallbacks.h 141 virtual void moduleImport(SourceLocation ImportLoc,
365 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
367 First->moduleImport(ImportLoc, Path, Imported);
368 Second->moduleImport(ImportLoc, Path, Imported);
  /external/clang/lib/Lex/
Preprocessor.cpp 757 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);

Completed in 76 milliseconds