HomeSort by: relevance | last modified time | path
    Searched refs:ModuleImportLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 878 ModuleImportLoc = Identifier.getLocation();
949 ModuleImportLoc = Result.getLocation();
1183 ImportTok.setLocation(ModuleImportLoc);
1287 Imported = TheModuleLoader.loadModule(ModuleImportLoc,
1295 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);
1310 Diag(ModuleImportLoc, diag::warn_module_conflict)
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 291 SourceLocation ModuleImportLoc;

Completed in 21 milliseconds