Searched refs:getAsString (Results 76 - 100 of 101) sorted by relevance

12345

/external/clang/lib/Sema/
H A DSemaLookup.cpp3256 std::string CorrectionStr = Correction.getAsString(SemaRef.getLangOpts());
3264 if (CorrectionStr < RI->getAsString(SemaRef.getLangOpts()))
4101 std::string TypoCorrection::getAsString(const LangOptions &LO) const {
4110 return CorrectionName.getAsString();
H A DSemaTemplateVariadic.cpp820 NameLoc, Corrected.getAsString(getLangOpts()));
H A DSemaType.cpp1014 return Entity.getAsString();
1571 << (Entity? Entity.getAsString() : "type name") << T;
1577 << (Entity? Entity.getAsString() : "type name");
1990 Qualifiers::fromCVRMask(FnTy->getTypeQuals()).getAsString();
H A DSemaInit.cpp1717 Corrected.getAsString(SemaRef.getLangOpts()));
5946 OS << "derived-to-base case (rvalue" << S->Type.getAsString() << ")";
5950 OS << "derived-to-base case (xvalue" << S->Type.getAsString() << ")";
5954 OS << "derived-to-base case (lvalue" << S->Type.getAsString() << ")";
6126 << ConstantValue.getAsString(S.getASTContext(), ConstantType)
H A DSemaStmt.cpp2720 << curr.getCatchStmt()->getCaughtType().getAsString();
2723 << prev.getCatchStmt()->getCaughtType().getAsString();
H A DSemaDecl.cpp241 std::string CorrectedStr(Correction.getAsString(getLangOpts()));
416 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
665 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
4902 FixItLoc, Correction.getAsString(SemaRef.getLangOpts()));
7304 << GetNameForDeclarator(D).getName().getAsString();
7836 << MD->getSelector().getAsString();
7964 std::string CorrectedStr = Corrected.getAsString(getLangOpts());
H A DSemaExprMember.cpp620 Corrected.getAsString(SemaRef.getLangOpts()));
H A DSemaExprObjC.cpp1493 << FixItHint::CreateReplacement(MemberLoc, TypoResult.getAsString());
2817 castCode += castType.getAsString();
H A DSemaCodeComplete.cpp2768 Proto->getResultType().getAsString(Policy)));
4201 Base->getType().getAsString(Policy)));
4226 Base->getType().getAsString(Policy)));
H A DSemaDeclCXX.cpp1395 PathDisplayStr += Context.getTypeDeclType(Paths.getOrigin()).getAsString();
1398 PathDisplayStr += " -> " + Element->Base->getType().getAsString();
1946 std::string CorrectedStr(Corr.getAsString(getLangOpts()));
5713 std::string CorrectedStr(Corrected.getAsString(S.getLangOpts()));
H A DSemaOverload.cpp4914 << PreNarrowingValue.getAsString(Context, PreNarrowingType) << T;
8525 TypeStr += Cand->BuiltinTypes.ParamTypes[0].getAsString();
8531 TypeStr += Cand->BuiltinTypes.ParamTypes[1].getAsString();
10573 std::string qualsString = difference.getAsString();
H A DSemaTemplate.cpp331 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
3649 std::string Code = "static_cast<" + ParamType.getAsString() + ">(";
H A DSemaDeclObjC.cpp962 << FixItHint::CreateReplacement(ClassLoc, CorrectedName.getAsString());
/external/v8/tools/gcmole/
H A Dgcmole.cc80 return (type.getAsString() == STATE_TAG);
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1688 Str = Array->getAsString();
/external/clang/lib/Analysis/
H A DCFG.cpp3722 OS << " (CXXConstructExpr, " << CCE->getType().getAsString() << ")";
3727 << ", " << CE->getType().getAsString()
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp163 OS << ' ' << OMD->getSelector().getAsString() << ']';
173 const std::string &SName = S.getAsString();
H A DCGObjCMac.cpp4204 // FIXME: Avoid std::string in "Sel.getAsString()"
4207 llvm::ConstantDataArray::getString(VMContext, Sel.getAsString()),
4291 OS << ' ' << D->getSelector().getAsString() << ']';
/external/clang/include/clang/AST/
H A DDecl.h142 std::string getNameAsString() const { return Name.getAsString(); }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1648 return AP.OutStreamer.EmitBytes(CDS->getAsString(), AddrSpace);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp773 StringRef Str = CDS->getAsString();
/external/clang/lib/AST/
H A DASTContext.cpp4655 S += PD->getGetterName().getAsString();
4660 S += PD->getSetterName().getAsString();
H A DExpr.cpp532 Out << MD->getSelector().getAsString();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp262 Out << "Tracked " << T.getAsString() << '/';
2277 os << "whose name ('" << MD->getSelector().getAsString()
2293 os << " and returned from method '" << MD.getSelector().getAsString()
/external/llvm/lib/VMCore/
H A DConstants.cpp2415 StringRef Str = getAsString();

Completed in 514 milliseconds

12345