Searched defs:ThisType (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGVTables.cpp249 QualType ThisType = MD->getThisType(); local
330 QualType ThisType = MD->getThisType(); local
331 CallArgs.add(RValue::get(AdjustedThisPtr), ThisType); local
410 llvm::Type *ThisType = Args[ThisArgNo]->getType(); local
417 llvm::Type *ThisType = ThisAddr.getElementType(); local
[all...]
H A DCGCall.cpp303 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); local
326 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(GD); local
H A DCGExprCXX.cpp467 QualType ThisType = local
471 Args.add(RValue::get(ThisPtrForCall), ThisType); local
H A DCGClass.cpp2129 QualType ThisType = D->getThisType(); local
2994 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); local
2996 CallArgs.add(RValue::get(ThisPtr.getPointer()), ThisType); local
3014 QualType ThisType = getContext().getPointerType(LambdaType); local
3016 CallArgs.add(RValue::get(ThisPtr.getPointer()), ThisType); local
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp647 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); local
784 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); local
843 QualType ThisType local
[all...]
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp774 QualType ThisType = Constructor->getThisType()->getPointeeType(); local
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h197 TypeIndex ThisType; member in class:llvm::codeview::MemberFunctionRecord
176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, TypeIndex ThisType, CallingConvention CallConv, FunctionOptions Options, uint16_t ParameterCount, TypeIndex ArgumentList, int32_t ThisPointerAdjustment) argument
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp756 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(); local
H A DSemaDeclAttr.cpp1223 QualType ThisType = MD->getThisType()->getPointeeType(); local
H A DSemaCodeComplete.cpp1667 auto ThisType = Results.getSema().getCurrentThisType(); local
4374 auto ThisType = getCurrentThisType(); local
H A DTreeTransform.h3211 RebuildCXXThisExpr(SourceLocation ThisLoc, QualType ThisType, bool isImplicit) argument
H A DSemaExpr.cpp2450 QualType ThisType = S.getCurrentThisType(); local
H A DSemaChecking.cpp6008 void Sema::CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType, argument
6051 QualType ThisType = ImplicitThis->getType(); local

Completed in 502 milliseconds