Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DSortJavaScriptImports.cpp393 if (!parseModuleReference(Keywords, Reference)) { in parseModuleReferences()
426 bool parseModuleReference(const AdditionalKeywords &Keywords, in parseModuleReference() function in clang::format::JavaScriptImportSorter
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h341 bool parseModuleReference(StringRef &ModulePath);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp8666 parseModuleReference(ModulePath) || in parseFunctionSummary()
8742 parseModuleReference(ModulePath) || in parseVariableSummary()
8795 parseModuleReference(ModulePath) || in parseAliasSummary()
9595 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference() function in LLParser