Lines Matching refs:getValue

73     StringRef S(A->getValue());
87 switch (A->getValue()[0]) {
111 StringRef V = A->getValue(Idx);
128 StringRef Name = A->getValue();
144 StringRef Name = A->getValue();
160 StringRef Name = A->getValue();
176 StringRef Name = A->getValue();
192 StringRef Name = A->getValue();
236 StringRef checkerList = A->getValue();
250 StringRef configList = A->getValue();
418 StringRef Val = A->getValue();
425 StringRef Name = A->getValue();
441 StringRef Name = A->getValue();
457 StringRef Val = A->getValue();
632 Opts.FixItSuffix = A->getValue();
668 Opts.Plugins.push_back(A->getValue(0));
670 Opts.ActionName = A->getValue();
674 if ((*it)->getValue(0) == Opts.ActionName)
675 Opts.PluginArgs.push_back((*it)->getValue(1));
684 if ((*it)->getValue(0) == Opts.AddPluginActions[i])
685 Opts.AddPluginArgs[i].push_back((*it)->getValue(1));
691 ParsedSourceLocation::FromString(A->getValue());
694 << A->getAsString(Args) << A->getValue();
762 DashX = llvm::StringSwitch<InputKind>(A->getValue())
786 << A->getAsString(Args) << A->getValue();
834 Opts.UseLibcxx = (strcmp(A->getValue(), "libc++") == 0);
841 StringRef MacroDef = (*it)->getValue();
859 Opts.AddPath((*it)->getValue(), Group,
871 Prefix = A->getValue();
873 Opts.AddPath(Prefix.str() + A->getValue(),
876 Opts.AddPath(Prefix.str() + A->getValue(),
882 Opts.AddPath((*it)->getValue(), frontend::After, false, true);
885 Opts.AddPath((*it)->getValue(), frontend::Quoted, false, true);
888 Opts.AddPath((*it)->getValue(), frontend::System, false,
892 Opts.AddPath((*it)->getValue(), frontend::System, true, true);
897 Opts.AddPath((*it)->getValue(), frontend::CSystem, false, true);
900 Opts.AddPath((*it)->getValue(), frontend::CXXSystem, false, true);
903 Opts.AddPath((*it)->getValue(), frontend::ObjCSystem, false,true);
906 Opts.AddPath((*it)->getValue(), frontend::ObjCXXSystem, false, true);
916 Opts.AddPath((*I)->getValue(), Group, false, true);
924 Opts.AddSystemHeaderPrefix((*I)->getValue(),
1029 StringRef value = arg->getValue();
1049 LangStd = llvm::StringSwitch<LangStandard::Kind>(A->getValue())
1056 << A->getAsString(Args) << A->getValue();
1097 = llvm::StringSwitch<LangStandard::Kind>(A->getValue())
1105 << A->getAsString(Args) << A->getValue();
1126 StringRef value = arg->getValue();
1355 Opts.TokenCache = A->getValue();
1366 Opts.DeserializedPCHDeclsToErrorOn.insert(A->getValue());
1370 StringRef Value(A->getValue());
1389 Opts.addMacroDef((*it)->getValue());
1391 Opts.addMacroUndef((*it)->getValue());
1400 Opts.Includes.push_back(A->getValue());
1406 Opts.ChainedIncludes.push_back(A->getValue());
1417 StringRef(A->getValue()).split(';');
1428 StringRef Name = A->getValue();