Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp654 Decl *ImportDecl = ParseModuleImport(SourceLocation()); in ParseTopLevelDecl()
887 SingleDecl = ParseModuleImport(SourceLocation()); in ParseExternalDeclaration()
2378 Decl *Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport() function in Parser
H A DParseObjc.cpp82 SingleDecl = ParseModuleImport(AtLoc); in ParseObjCAtDirectives()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3439 Decl *ParseModuleImport(SourceLocation AtLoc);