reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/ModuleMap.cpp
 1684       Id.push_back(std::make_pair(Tok.getString(), Tok.getLocation()));
 2132   std::string FileName = Tok.getString();
 2212     std::string Feature = Tok.getString();
 2286   Header.FileName = Tok.getString();
 2308       StringRef Str = Tok.getString();
 2383   std::string DirName = Tok.getString();
 2469       ParsedModuleId.push_back(std::make_pair(Tok.getString(),
 2519     if (ActiveModule->ExportAsModule == Tok.getString()) {
 2521         << ActiveModule->Name << Tok.getString();
 2525         << Tok.getString();
 2529   ActiveModule->ExportAsModule = Tok.getString();
 2575   std::string LibraryName = Tok.getString();
 2613     ActiveModule->ConfigMacros.push_back(Tok.getString().str());
 2632       ActiveModule->ConfigMacros.push_back(Tok.getString().str());
 2681   Conflict.Message = Tok.getString().str();
 2798         .push_back(Tok.getString());
 2871       = llvm::StringSwitch<AttributeKind>(Tok.getString())
 2880         << Tok.getString();