Home
last modified time | relevance | path

Searched refs:ActOnModuleImport (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp426 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport() function in Sema
475 return ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Mod, Path); in ActOnModuleImport()
486 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport() function in Sema
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp675 Actions.ActOnModuleImport(Loc, SourceLocation(), Loc, Mod); in ParseTopLevelDecl()
2533 Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit); in ParseModuleImport()
2535 Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path, in ParseModuleImport()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3121 DeclResult ActOnModuleImport(SourceLocation StartLoc,
3125 DeclResult ActOnModuleImport(SourceLocation StartLoc,