Searched refs:getAsString (Results 1 - 25 of 182) sorted by relevance

12345678

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DInheritViz.cpp44 Out << "digraph \"" << llvm::DOT::EscapeString(Type.getAsString())
79 std::string TypeName = Type.getAsString();
85 if (TypeName != CanonType.getAsString()) {
86 Out << "\\n(" << CanonType.getAsString() << ")";
142 Self.getAsString(), "dot", FD, Filename)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp52 Expr->getAsString());
68 Expr->getAsString());
87 Expr->getAsString());
93 Expr->getAsString());
104 Expr->getAsString());
116 Expr->getAsString());
151 Expr->getAsString());
183 Expr->getAsString());
189 Expr->getAsString());
196 PrintFatalError(Loc, "Format must be a string: " + Expr->getAsString());
[all...]
H A DRecord.cpp94 std::string BitsRecTy::getAsString() const { function in class:BitsRecTy
121 std::string StringRecTy::getAsString() const { function in class:StringRecTy
130 std::string ListRecTy::getAsString() const { function in class:ListRecTy
131 return "list<" + Ty->getAsString() + ">";
146 std::string DagRecTy::getAsString() const { function in class:DagRecTy
202 std::string RecordRecTy::getAsString() const { function in class:RecordRecTy
411 std::string BitsInit::getAsString() const {
416 Result += Bit->getAsString();
468 std::string IntInit::getAsString() const {
669 std::string ListInit::getAsString() cons
[all...]
H A DTGParser.cpp106 RV.getValue()->getAsString());
148 RV.getType()->getAsString() + "' is incompatible with " +
150 ERV->getType()->getAsString() + "'");
217 InitType = (Twine("' of type '") + TI->getType()->getAsString()).str();
219 "' of type '" + RV->getType()->getAsString() +
221 V->getAsString() + InitType + "'");
388 List->getAsString() + "', expected a list");
455 Rec->getNameInit()->getAsString() +
467 I->getType()->getAsString() +
1165 ItemType->getAsString()
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangUtil.cpp77 return clang::QualType(t, 0).getAsString();
81 return ClangUtil::GetQualType(c).getAsString();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DOptionUtils.cpp27 << A->getAsString(Args) << A->getValue();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDataCollection.h49 addDataToConsumer(DataConsumer, QT.getAsString());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h78 virtual std::string getAsString() const = 0;
79 void print(raw_ostream &OS) const { OS << getAsString(); }
112 std::string getAsString() const override { return "bit"; }
132 std::string getAsString() const override;
152 std::string getAsString() const override { return "code"; }
170 std::string getAsString() const override { return "int"; }
188 std::string getAsString() const override;
210 std::string getAsString() const override;
230 std::string getAsString() const override;
271 std::string getAsString() cons
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp59 << ResDerived.getAsString()
64 << ResAncestor.getAsString()
H A DObjCPropertyChecker.cpp52 .getAsString());
H A DObjCMissingSuperCallChecker.cpp204 os << "The '" << S.getAsString()
206 << *D << "' is missing a [super " << S.getAsString() << "] call";
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp62 D.Diag(clang::diag::err_drv_clang_unsupported) << A->getAsString(Args);
71 D.Diag(clang::diag::err_drv_clang_unsupported) << A->getAsString(Args);
113 D.Diag(clang::diag::err_drv_clang_unsupported) << A->getAsString(Args);
129 D.Diag(clang::diag::err_drv_clang_unsupported) << A->getAsString(Args);
151 D.Diag(diag::err_drv_missing_arg_mtp) << A->getAsString(Args);
153 D.Diag(diag::err_drv_invalid_mtp) << A->getAsString(Args);
180 D.Diag(diag::err_drv_invalid_mfloat_abi) << A->getAsString(Args);
189 D.Diag(diag::err_drv_unsupported_opt_for_target) << A->getAsString(Args)
351 << CPUArg->getAsString(Args);
361 << ArchArg->getAsString(Arg
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp18 std::string VersionTuple::getAsString() const { function in class:VersionTuple
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp68 std::string Arg::getAsString(const ArgList &Args) const { function in class:Arg
70 return Alias->getAsString(Args);
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp62 ->getAsString() == "1";
67 Def.getValue("IsCanonical")->getValue()->getAsString() == "1";
/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp194 ParamTypes.push_back(T.getAsString(Policy));
215 ReturnType.getAsString(Policy), Record->getNameAsString(),
226 ReturnType.getAsString(Policy), Record->getNameAsString(),
231 ReturnType.getAsString(Policy), Record->getNameAsString(),
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp23 std::string ObjCRuntime::getAsString() const { function in class:ObjCRuntime
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h83 /// * Use `getAsString()` to get a string suitable for printing an Arg in
144 std::string getAsString(const ArgList &Args) const;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSyncScope.h40 /// Update getAsString.
50 inline llvm::StringRef getAsString(SyncScope S) { function in class:clang::SyncScope
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp137 if (findNearest(arg->getAsString(args), nearest) > 1)
138 error("unknown argument '" + arg->getAsString(args) + "'");
140 error("unknown argument '" + arg->getAsString(args) +
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp160 Out << '\"' << DTI.getType()->getPointeeType().getAsString()
200 << "{ \"from\": \"" << SI->from().getAsString() << "\", \"to\": \""
201 << SI->to().getAsString() << "\", \"kind\": \""
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h101 return "symbol of type '" + S->getType().getAsString() +
115 return "metadata of type '" + S->getType().getAsString() + "' tied to " +
171 OS << "element of type '" << R->getElementType().getAsString()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp310 std::string CodeCompletionString::getAsString() const { function in class:CodeCompletionString
317 OS << "{#" << C.Optional->getAsString() << "#}";
542 OS << "PREFERRED-TYPE: " << Context.getPreferredType().getAsString()
569 OS << " : " << CCS->getAsString();
603 OS << " : " << CCS->getAsString();
609 OS << "Pattern : " << Results[I].Pattern->getAsString() << '\n';
616 // by "clang -cc1 -code-completion-at", since CodeCompletionString::getAsString
751 Saved = Name.getAsString();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp211 D.Diag(diag::err_drv_invalid_version_number) << A->getAsString(Args);
291 D.Diag(diag::err_drv_argument_only_allowed_with) << A->getAsString(Args)
307 D.Diag(diag::err_drv_argument_not_allowed_with) << A->getAsString(Args)
880 Str += getTargetVersion().getAsString();
1216 getDriver().Diag(diag::err_drv_unsupported_opt) << A->getAsString(Args);
1283 return SystemVersion.getAsString();
1361 std::string getAsString(DerivedArgList &Args, const OptTable &Opts) { function in struct:__anon2997::DarwinPlatform
1368 return Argument->getAsString(Args);
1478 << OSXVersion->getAsString(Args)
1481 ->getAsString(Arg
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp216 << A->getAsString(Args) << Name;
232 << A->getAsString(Args) << Name;
248 << A->getAsString(Args) << Name;
264 << A->getAsString(Args) << Name;
280 << A->getAsString(Args) << Name;
530 Diags.Report(diag::err_drv_invalid_value) << A->getAsString(Args) << Value;
549 Diags.Report(diag::err_drv_invalid_value) << A->getAsString(Args) << Value;
564 << RegexError << RpassArg->getAsString(Args);
638 Diags.Report(diag::err_drv_invalid_pgo_instrumentor) << A->getAsString(Args)
681 << Args.getLastArg(OPT_O)->getAsString(Arg
[all...]

Completed in 311 milliseconds

12345678