Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp656 Decl *ImportDecl = ParseModuleImport(SourceLocation()); in ParseTopLevelDecl()
890 SingleDecl = ParseModuleImport(SourceLocation()); in ParseExternalDeclaration()
2381 Decl *Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport() function in Parser
H A DParseObjc.cpp82 SingleDecl = ParseModuleImport(AtLoc); in ParseObjCAtDirectives()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3468 Decl *ParseModuleImport(SourceLocation AtLoc);