Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp411 if (!parseModuleReference(Keywords, Reference)) { in parseModuleReferences()
443 bool parseModuleReference(const AdditionalKeywords &Keywords, in parseModuleReference() function in clang::format::JavaScriptImportSorter
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h386 bool parseModuleReference(StringRef &ModulePath);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9398 parseModuleReference(ModulePath) || in parseFunctionSummary()
9483 parseModuleReference(ModulePath) || in parseVariableSummary()
9536 parseModuleReference(ModulePath) || in parseAliasSummary()
10391 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference() function in LLParser