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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp619 Decl *ImportDecl = ParseModuleImport(SourceLocation());
849 SingleDecl = ParseModuleImport(SourceLocation());
2334 Decl *Parser::ParseModuleImport(SourceLocation AtLoc) { function in class:Parser
H A DParseObjc.cpp82 SingleDecl = ParseModuleImport(AtLoc);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3320 Decl *ParseModuleImport(SourceLocation AtLoc);

Completed in 79 milliseconds