Lines Matching refs:getString
1356 StringRef getString() const { in getString() function
1666 Id.push_back(std::make_pair(Tok.getString(), Tok.getLocation())); in parseModuleId()
2114 std::string FileName = Tok.getString(); in parseExternModuleDecl()
2194 std::string Feature = Tok.getString(); in parseRequiresDecl()
2268 Header.FileName = Tok.getString(); in parseHeaderDecl()
2290 StringRef Str = Tok.getString(); in parseHeaderDecl()
2365 std::string DirName = Tok.getString(); in parseUmbrellaDirDecl()
2449 ParsedModuleId.push_back(std::make_pair(Tok.getString(), in parseExportDecl()
2499 if (ActiveModule->ExportAsModule == Tok.getString()) { in parseExportAsDecl()
2501 << ActiveModule->Name << Tok.getString(); in parseExportAsDecl()
2505 << Tok.getString(); in parseExportAsDecl()
2509 ActiveModule->ExportAsModule = Tok.getString(); in parseExportAsDecl()
2555 std::string LibraryName = Tok.getString(); in parseLinkDecl()
2593 ActiveModule->ConfigMacros.push_back(Tok.getString().str()); in parseConfigMacros()
2612 ActiveModule->ConfigMacros.push_back(Tok.getString().str()); in parseConfigMacros()
2661 Conflict.Message = Tok.getString().str(); in parseConflict()
2778 .push_back(Tok.getString()); in parseInferredModuleDecl()
2851 = llvm::StringSwitch<AttributeKind>(Tok.getString()) in parseOptionalAttributes()
2860 << Tok.getString(); in parseOptionalAttributes()