Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParser.cpp678 Decl *ImportDecl = ParseModuleImport(SourceLocation(), ImportState); in ParseTopLevelDecl()
970 SingleDecl = ParseModuleImport(SourceLocation(), IS); in ParseExternalDeclaration()
2558 Decl *Parser::ParseModuleImport(SourceLocation AtLoc, in ParseModuleImport() function in Parser
HDParseObjc.cpp101 SingleDecl = ParseModuleImport(AtLoc, IS); in ParseObjCAtDirectives()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h3867 Decl *ParseModuleImport(SourceLocation AtLoc,