HomeSort by: relevance | last modified time | path
    Searched defs:ExportLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h 342 SourceLocation ExportLoc;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 2381 SourceLocation ExportLoc;
2382 TryConsumeToken(tok::kw_export, ExportLoc);
2430 Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit);
2432 Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path);
ParseDeclCXX.cpp 420 SourceLocation ExportLoc = ConsumeToken();
424 getCurScope(), ExportLoc,
443 Diag(ExportLoc, diag::err_export_empty)
444 << SourceRange(ExportLoc, Tok.getLocation());
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 2494 SourceLocation ExportLoc = consumeToken();
2526 ExportLoc, ParsedModuleId, Wildcard

Completed in 64 milliseconds