Home
last modified time | relevance | path

Searched refs:parseModuleId (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp125 bool parseModuleId(ModuleId &Id);
294 if (parseModuleId(MDecl.Id)) { in parseModuleDecl()
445 if (parseModuleId(EMD.Id)) { in parseExternModuleDecl()
520 if (parseModuleId(CD.Id)) in parseConflictDecl()
602 if (parseModuleId(EAD.Id)) in parseExportAsDecl()
617 if (parseModuleId(UD.Id)) in parseUseDecl()
1033 bool ModuleMapFileParser::parseModuleId(ModuleId &Id) { in parseModuleId() function in ModuleMapFileParser
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp99 static UUID parseModuleId(llvm::Triple::OSType os, llvm::StringRef str) { in parseModuleId()
190 UUID ID = parseModuleId(OS, Str); in parse()
98 static UUID parseModuleId(llvm::Triple::OSType os, llvm::StringRef str) { parseModuleId() function