Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp1909 DeclResult Import = Actions.ActOnModuleImport(AtLoc, ImportLoc, Path); in ParseModuleImport()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1744 DeclResult ActOnModuleImport(SourceLocation AtLoc, SourceLocation ImportLoc,
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp13798 DeclResult Sema::ActOnModuleImport(SourceLocation AtLoc, in ActOnModuleImport() function in Sema