Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Format/
H A DSortJavaScriptImports.cpp302 if (!parseModuleReference(Keywords, Reference)) { in parseModuleReferences()
328 bool parseModuleReference(const AdditionalKeywords &Keywords, in parseModuleReference() function in clang::format::JavaScriptImportSorter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
H A DLLParser.h360 bool parseModuleReference(StringRef &ModulePath);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/AsmParser/
DLLParser.h383 bool parseModuleReference(StringRef &ModulePath);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/AsmParser/
DLLParser.h370 bool parseModuleReference(StringRef &ModulePath);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/AsmParser/
DLLParser.h380 bool parseModuleReference(StringRef &ModulePath);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/AsmParser/
DLLParser.h380 bool parseModuleReference(StringRef &ModulePath);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp8778 parseModuleReference(ModulePath) || in parseFunctionSummary()
8862 parseModuleReference(ModulePath) || in parseVariableSummary()
8915 parseModuleReference(ModulePath) || in parseAliasSummary()
9744 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference() function in LLParser