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.cpp408 if (!parseModuleReference(Keywords, Reference)) { in parseModuleReferences()
440 bool parseModuleReference(const AdditionalKeywords &Keywords, in parseModuleReference() function in clang::format::JavaScriptImportSorter
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h390 bool parseModuleReference(StringRef &ModulePath);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9725 parseModuleReference(ModulePath) || in parseFunctionSummary()
9810 parseModuleReference(ModulePath) || in parseVariableSummary()
9863 parseModuleReference(ModulePath) || in parseAliasSummary()
10719 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference() function in LLParser