Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaModule.cpp307 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport() function in Sema
330 return ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Mod, Path); in ActOnModuleImport()
341 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport() function in Sema
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParser.cpp2433 Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit); in ParseModuleImport()
2435 Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path); in ParseModuleImport()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h2922 DeclResult ActOnModuleImport(SourceLocation StartLoc,
2925 DeclResult ActOnModuleImport(SourceLocation StartLoc,