Home
last modified time | relevance | path

Searched defs:ThisType (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/CodeGen/
DCGVTables.cpp197 QualType ThisType = MD->getThisType(getContext()); in StartThunk() local
249 QualType ThisType = MD->getThisType(getContext()); in EmitCallAndReturnForThunk() local
325 llvm::Type *ThisType = Args[ThisArgNo]->getType(); in EmitMustTailThunk() local
332 llvm::Type *ThisType = in EmitMustTailThunk() local
DCGClass.cpp2347 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() local
2377 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaDelegatingInvokeBody() local
DCGExprCXX.cpp319 QualType ThisType = in EmitCXXMemberPointerCallExpr() local
DCGCall.cpp185 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration() local
/external/clang/lib/Analysis/
DConsumed.cpp778 QualType ThisType = Constructor->getThisType(CurrContext)->getPointeeType(); in VisitCXXConstructExpr() local
/external/clang/lib/Sema/
DSemaOverload.cpp2964 QualType ThisType = Constructor->getThisType(S.Context); in IsInitializerListConstructorConversion() local
3157 QualType ThisType = Constructor->getThisType(S.Context); in IsUserDefinedConversion() local
DSemaDeclAttr.cpp840 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType(); in checkForConsumableClass() local
DSemaTemplate.cpp418 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context); in ActOnDependentIdExpression() local
DTreeTransform.h2269 QualType ThisType, in RebuildCXXThisExpr()
DSemaExpr.cpp2011 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup() local