Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2340 if (ParseModuleName(ModuleLoc, Path, /*IsImport*/false)) in ParseModuleDecl()
2347 if (ParseModuleName(ModuleLoc, Partition, /*IsImport*/false)) in ParseModuleDecl()
2407 if (ParseModuleName(ImportLoc, Path, /*IsImport*/true)) in ParseModuleImport()
2415 if (ParseModuleName(ImportLoc, Path, /*IsImport*/true)) in ParseModuleImport()
2460 bool Parser::ParseModuleName( in ParseModuleName() function in Parser
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3478 bool ParseModuleName(