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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
RefCountedSupplement.h 38 typedef RefCountedSupplement<T, S> ThisType;
45 explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { }
50 ThisType* wrapped() const { return m_wrapped.get(); }
53 RefPtr<ThisType> m_wrapped;
56 static void provideTo(Supplementable<T>* host, const char* key, PassRefPtr<ThisType> supplement)
61 static ThisType* from(Supplementable<T>* host, const char* key)
  /external/clang/lib/CodeGen/
CGVTables.cpp 297 QualType ThisType = MD->getThisType(getContext());
299 CGM.getCXXABI().HasThisReturn(GD) ? ThisType : FPT->getResultType();
337 CallArgs.add(RValue::get(AdjustedThisPtr), ThisType);
    [all...]
CGClass.cpp     [all...]
CGExprCXX.cpp 356 QualType ThisType =
360 Args.add(RValue::get(This), ThisType);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaTemplate.cpp 425 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context);
432 /*This*/ 0, ThisType,
    [all...]
TreeTransform.h     [all...]

Completed in 440 milliseconds