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

  /external/clang/lib/CodeGen/
CGVTables.cpp 197 QualType ThisType = MD->getThisType(getContext());
200 ? ThisType
249 QualType ThisType = MD->getThisType(getContext());
250 CallArgs.add(RValue::get(AdjustedThisPtr), ThisType);
281 ? ThisType
325 llvm::Type *ThisType = Args[ThisArgNo]->getType();
326 if (ThisType != AdjustedThisPtr->getType())
327 AdjustedThisPtr = Builder.CreateBitCast(AdjustedThisPtr, ThisType);
332 llvm::Type *ThisType =
334 if (ThisType != AdjustedThisPtr->getType()
    [all...]
CGCall.cpp 185 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD);
186 return arrangeCXXMethodType(ThisType, prototype.getTypePtr());
    [all...]
CGExprCXX.cpp 319 QualType ThisType =
323 Args.add(RValue::get(This), ThisType);
    [all...]
CGClass.cpp     [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/
SemaDeclAttr.cpp 840 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType();
842 if (const CXXRecordDecl *RD = ThisType->getAsCXXRecordDecl()) {
    [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp 418 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context);
425 Context, /*This*/ nullptr, ThisType, /*IsArrow*/ true,
    [all...]
SemaExpr.cpp     [all...]

Completed in 2681 milliseconds