Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexresop.c81 ACPI_OBJECT_TYPE ThisType, in AcpiExCheckObjectType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp245 QualType ThisType = MD->getThisType(); in StartThunk() local
326 QualType ThisType = MD->getThisType(); in EmitCallAndReturnForThunk() local
408 llvm::Type *ThisType = Args[ThisArgNo]->getType(); in EmitMustTailThunk() local
415 llvm::Type *ThisType = ThisAddr.getElementType(); in EmitMustTailThunk() local
H A DCGClass.cpp2062 QualType ThisType = D->getThisType(); in EmitCXXConstructorCall() local
2923 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() local
2942 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaDelegatingInvokeBody() local
H A DCGExprCXX.cpp464 QualType ThisType = in EmitCXXMemberPointerCallExpr() local
H A DCGCall.cpp292 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h176 TypeIndex ThisType, CallingConvention CallConv, in MemberFunctionRecord()
196 TypeIndex ThisType; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp774 QualType ThisType = Constructor->getThisType()->getPointeeType(); in VisitCXXConstructExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp3372 QualType ThisType = Constructor->getThisType(); in IsInitializerListConstructorConversion() local
3559 QualType ThisType = Constructor->getThisType(); in IsUserDefinedConversion() local
13705 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); in CreateOverloadedBinOp() local
H A DSemaCodeComplete.cpp1632 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer() local
4217 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName() local
H A DSemaChecking.cpp4689 void Sema::CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType, in CheckConstructorCall()
4732 QualType ThisType = ImplicitThis->getType(); in CheckFunctionCall() local
H A DSemaTemplate.cpp751 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(); in ActOnDependentIdExpression() local
H A DSemaDeclAttr.cpp1125 QualType ThisType = MD->getThisType()->getPointeeType(); in checkForConsumableClass() local
H A DTreeTransform.h3035 QualType ThisType, in RebuildCXXThisExpr()
H A DSemaExpr.cpp2383 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6547 const LValue &This, QualType ThisType) { in HandleDestruction()