HomeSort by relevance Sort by last modified time
    Searched refs:getAsString (Results 101 - 125 of 199) sorted by null

1 2 3 45 6 7 8

  /external/clang/lib/AST/
TypePrinter.cpp 269 std::string C = QualType(T->getClass(), 0).getAsString(InnerPolicy);
414 S += getExceptionType(I).getAsString(Policy);
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 48 << A->getAsString(Args) << "-E";
59 << A->getAsString(Args) << "-static";
351 << P.str() << A->getAsString(Args);
376 D.Diag(diag::err_drv_I_dash_not_supported) << A->getAsString(Args);
546 D.Diag(diag::err_drv_clang_unsupported) << A->getAsString(Args);
569 D.Diag(diag::err_drv_clang_unsupported) << A->getAsString(Args);
589 << A->getAsString(Args);
855 << A->getAsString(Args);
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 531 Assert1(!FnCheckAttr, "Attribute " + Attribute::getAsString(FnCheckAttr) +
536 Assert1(!RetI, "Attribute " + Attribute::getAsString(RetI) +
544 Attribute::getAsString(MutI) + " are incompatible!", V);
549 Attribute::getAsString(TypeI), V);
554 "Attribute " + Attribute::getAsString(ByValI) +
558 "Attribute " + Attribute::getAsString(ByValI) +
597 Assert1(!NotFn, "Attribute " + Attribute::getAsString(NotFn) +
604 Attribute::getAsString(MutI) + " are incompatible!", V);
    [all...]
Attributes.cpp 29 std::string Attribute::getAsString(Attributes Attrs) {
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 680 std::string MethodNameColonStripped = MethodName.getAsString()
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 253 Comps->getElement(i)->getAsString() +
258 Pat->getAsString());
268 Pat->getAsString());
273 throw TGError(TheDef->getLoc(), "Composite " + Pat->getAsString() +
516 throw "Operator '" + DAG->getOperator()->getAsString() +
524 throw "Argument '" + (*ai)->getAsString() +
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java 803 String title = values.getAsString(MediaStore.MediaColumns.TITLE);
805 title = MediaFile.getFileTitle(values.getAsString(MediaStore.MediaColumns.DATA));
808 String album = values.getAsString(Audio.Media.ALBUM);
810 album = values.getAsString(MediaStore.MediaColumns.DATA);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 437 String timeZone = values.getAsString(Events.EVENT_TIMEZONE);
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 197 llvm::errs() << ' ' << S.getAsString();
447 return ID->getSelector().getAsString();
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 473 const std::string &declName = ND->getDeclName().getAsString();
MemRegion.cpp 451 os << "code{" << getDecl()->getDeclName().getAsString() << '}';
468 os << "temp_object{" << getValueType().getAsString() << ','
482 << Index << ',' << getElementType().getAsString() << '}';
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionView.java 224 final String value = item.getAsString(column);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 168 final String sourceId = values.getAsString(GroupMembership.GROUP_SOURCE_ID);
DbModifierWithNotification.java 193 impactedPackages.add(values.getAsString(VoicemailContract.SOURCE_PACKAGE_FIELD));
VoicemailContentProvider.java 253 values.getAsString(VoicemailContract.SOURCE_PACKAGE_FIELD),
ContactsProvider2.java     [all...]
LegacyApiSupport.java     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 71 RV.getType()->getAsString() + "' is incompatible with " +
73 ERV->getType()->getAsString() + "'");
141 + RV->getType()->getAsString() +
142 "' is incompatible with initializer '" + V->getAsString()
    [all...]
  /external/clang/include/clang/AST/
APValue.h 192 std::string getAsString(ASTContext &Ctx, QualType Ty) const;
  /external/clang/include/clang/Basic/
IdentifierTable.h 664 /// getAsString - Derive the full selector name (e.g. "foo:bar:") and return
666 std::string getAsString() const;
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 499 std::string getAsString() const;
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 392 std::string S = getRepresentativeType(C).getAsString();
ScanfFormatString.cpp 495 std::string S = getRepresentativeType(C).getAsString();

Completed in 642 milliseconds

1 2 3 45 6 7 8