Home
last modified time | relevance | path

Searched refs:ParseModuleName (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp2337 if (ParseModuleName(ModuleLoc, Path, /*IsImport*/false)) in ParseModuleDecl()
2344 if (ParseModuleName(ModuleLoc, Partition, /*IsImport*/false)) in ParseModuleDecl()
2404 if (ParseModuleName(ImportLoc, Path, /*IsImport*/true)) in ParseModuleImport()
2412 if (ParseModuleName(ImportLoc, Path, /*IsImport*/true)) in ParseModuleImport()
2457 bool Parser::ParseModuleName( in ParseModuleName() function in Parser
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3449 bool ParseModuleName(