Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp2147 DeclResult Import = Actions.ActOnModuleImport(StartLoc, ImportLoc, Path); in ParseModuleImport()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2120 DeclResult ActOnModuleImport(SourceLocation AtLoc, SourceLocation ImportLoc,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp17074 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport() function in Sema