Searched refs:ActOnModuleImport (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 481 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport() function in Sema 530 return ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Mod, Path); in ActOnModuleImport() 541 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport() function in Sema
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | Parser.cpp | 675 Actions.ActOnModuleImport(Loc, SourceLocation(), Loc, Mod); in ParseTopLevelDecl() 2584 Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit); in ParseModuleImport() 2586 Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path, in ParseModuleImport()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 3194 DeclResult ActOnModuleImport(SourceLocation StartLoc, 3198 DeclResult ActOnModuleImport(SourceLocation StartLoc,
|