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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 307 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc,
330 return ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Mod, Path);
341 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 2430 Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit);
2432 Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2883 DeclResult ActOnModuleImport(SourceLocation StartLoc,
2886 DeclResult ActOnModuleImport(SourceLocation StartLoc,

Completed in 25 milliseconds