Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp574 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport() function in Sema
629 return ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Mod, Path); in ActOnModuleImport()
640 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport() function in Sema
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp692 Actions.ActOnModuleImport(Loc, SourceLocation(), Loc, Mod); in ParseTopLevelDecl()
2663 Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit); in ParseModuleImport()
2665 Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path, in ParseModuleImport()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9663 DeclResult ActOnModuleImport(SourceLocation StartLoc,
9667 DeclResult ActOnModuleImport(SourceLocation StartLoc,