Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp569 Actions.ActOnModuleInclude(Tok.getLocation(), in ParseTopLevelDecl()
2235 Actions.ActOnModuleInclude(Tok.getLocation(), in parseMisplacedModuleImport()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2125 void ActOnModuleInclude(SourceLocation DirectiveLoc, Module *Mod);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp17138 void Sema::ActOnModuleInclude(SourceLocation DirectiveLoc, Module *Mod) { in ActOnModuleInclude() function in Sema