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

  /external/clang/lib/CodeGen/
CGVTables.cpp 218 QualType ThisType = MD->getThisType(getContext());
221 ? ThisType
282 QualType ThisType = MD->getThisType(getContext());
283 CallArgs.add(RValue::get(AdjustedThisPtr), ThisType);
314 ? ThisType
360 llvm::Type *ThisType = Args[ThisArgNo]->getType();
361 if (ThisType != AdjustedThisPtr->getType())
362 AdjustedThisPtr = Builder.CreateBitCast(AdjustedThisPtr, ThisType);
367 llvm::Type *ThisType = ThisAddr.getElementType();
368 if (ThisType != AdjustedThisPtr->getType()
    [all...]
CGClass.cpp     [all...]
CGExprCXX.cpp 320 QualType ThisType =
324 Args.add(RValue::get(ThisPtrForCall), ThisType);
    [all...]
CGCall.cpp 215 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD);
216 return arrangeCXXMethodType(ThisType, prototype.getTypePtr(), MD);
    [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...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp 875 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType();
877 if (const CXXRecordDecl *RD = ThisType->getAsCXXRecordDecl()) {
    [all...]
SemaTemplate.cpp 419 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context);
426 Context, /*This*/ nullptr, ThisType, /*IsArrow*/ true,
    [all...]
TreeTransform.h     [all...]

Completed in 275 milliseconds