HomeSort by relevance Sort by last modified time
    Searched refs:ThisType (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
RefCountedSupplement.h 39 typedef RefCountedSupplement<T, S> ThisType;
45 explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { }
50 ThisType* wrapped() const { return m_wrapped.get(); }
54 RefPtr<ThisType> m_wrapped;
57 static void provideTo(Supplementable<T>& host, const char* key, PassRefPtr<ThisType> supplement)
62 static ThisType* from(Supplementable<T>& host, const char* key)
  /external/clang/lib/CodeGen/
CGVTables.cpp 200 QualType ThisType = MD->getThisType(getContext());
203 CGM.getCXXABI().HasThisReturn(GD) ? ThisType : FPT->getReturnType();
241 QualType ThisType = MD->getThisType(getContext());
242 CallArgs.add(RValue::get(AdjustedThisPtr), ThisType);
274 CGM.getCXXABI().HasThisReturn(GD) ? ThisType : FPT->getReturnType();
CGClass.cpp     [all...]
CGExprCXX.cpp 269 QualType ThisType =
273 Args.add(RValue::get(This), ThisType);
    [all...]
CGCall.cpp 212 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD);
213 return arrangeCXXMethodType(ThisType, prototype.getTypePtr());
    [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 778 QualType ThisType = Constructor->getThisType(CurrContext)->getPointeeType();
780 if (!isConsumableType(ThisType))
801 ConsumedState RetState = mapConsumableAttrState(ThisType);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaDeclAttr.cpp 802 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType();
804 if (const CXXRecordDecl *RD = ThisType->getAsCXXRecordDecl()) {
    [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp 418 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context);
425 Context, /*This*/ nullptr, ThisType, /*IsArrow*/ true,
    [all...]
TreeTransform.h     [all...]

Completed in 520 milliseconds