Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp481 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 DParser.cpp675 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 DSema.h3194 DeclResult ActOnModuleImport(SourceLocation StartLoc,
3198 DeclResult ActOnModuleImport(SourceLocation StartLoc,