Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp413 if (!parseModuleReference(Keywords, Reference)) { in parseModuleReferences()
445 bool parseModuleReference(const AdditionalKeywords &Keywords, in parseModuleReference() function in clang::format::JavaScriptImportSorter
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h374 bool parseModuleReference(StringRef &ModulePath);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8939 parseModuleReference(ModulePath) || in parseFunctionSummary()
9023 parseModuleReference(ModulePath) || in parseVariableSummary()
9075 parseModuleReference(ModulePath) || in parseAliasSummary()
9920 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference() function in LLParser