Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp398 if (!parseModuleReference(Keywords, Reference)) { in parseModuleReferences()
431 bool parseModuleReference(const AdditionalKeywords &Keywords, in parseModuleReference() function in clang::format::JavaScriptImportSorter
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h330 bool parseModuleReference(StringRef &ModulePath);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8367 parseModuleReference(ModulePath) || in parseFunctionSummary()
8443 parseModuleReference(ModulePath) || in parseVariableSummary()
8496 parseModuleReference(ModulePath) || in parseAliasSummary()
9297 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference() function in LLParser