OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getThisType
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp
90
MRMgr.getCXXThisRegion(CXXMD->
getThisType
(), STC);
SValBuilder.cpp
275
getRegionManager().getCXXThisRegion(D->
getThisType
(), SFC));
MemRegion.cpp
1218
PT != D->
getThisType
()->getAs<PointerType>())) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.cpp
129
&CGM.getContext().Idents.get("this"), MD->
getThisType
(),
CGVTables.cpp
245
QualType ThisType = MD->
getThisType
();
326
QualType ThisType = MD->
getThisType
();
CGClass.cpp
2062
QualType ThisType = D->
getThisType
();
2075
Args.add(RValue::get(ThisPtr), D->
getThisType
());
2209
CallArg ThisArg(RValue::get(This.getPointer()), D->
getThisType
());
2334
Args.add(RValue::get(This.getPointer()), D->
getThisType
());
CodeGenFunction.cpp
1144
QualType ThisTy = MD->
getThisType
();
1247
ResTy = MD->
getThisType
();
CGDebugInfo.cpp
1599
return getOrCreateInstanceMethodType(Method->
getThisType
(), Func, Unit, decl);
3032
CXXMethodDecl::
getThisType
(FPT, Ty->getMostRecentCXXRecordDecl()),
4661
type = Method->
getThisType
();
CGExprCXX.cpp
106
QualType DstTy = DtorDecl->
getThisType
();
CGBlocks.cpp
555
QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->
getThisType
();
MicrosoftCXXABI.cpp
4035
Args.add(RValue::get(This), CD->
getThisType
());
/src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp
774
QualType ThisType = Constructor->
getThisType
()->getPointeeType();
792
isSetOnReadPtrType(Constructor->
getThisType
()) ?
1202
ReturnType = Constructor->
getThisType
()->getPointeeType();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp
88
QualType T = MD->
getThisType
()->castAs<PointerType>()->getPointeeType();
533
return MD->isInstance() && MD->
getThisType
()->isDependentType();
SemaExprCXX.cpp
1175
ThisTy = method->
getThisType
();
3824
QualType ClassType = dtor->
getThisType
()->getPointeeType();
SemaOverload.cpp
3372
QualType ThisType = Constructor->
getThisType
();
3559
QualType ThisType = Constructor->
getThisType
();
5425
Method->
getThisType
()->castAs<PointerType>()->getPointeeType();
5430
DestType = Method->
getThisType
();
SemaStmt.cpp
674
Type.This = CMD->
getThisType
()->getPointeeType();
SemaDeclAttr.cpp
1125
QualType ThisType = MD->
getThisType
()->getPointeeType();
1234
// ReturnType = Constructor->
getThisType
()->getPointeeType();
SemaTemplate.cpp
751
QualType ThisType = cast<CXXMethodDecl>(DC)->
getThisType
();
SemaExpr.cpp
2964
DestType = Method->
getThisType
();
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp
324
printTypeIndex("ThisType", MF.
getThisType
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
2079
QualType
getThisType
() const;
2083
/// See
getThisType
() for usage restriction.
2086
static QualType
getThisType
(const FunctionProtoType *FPT,
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
187
TypeIndex
getThisType
() const { return ThisType; }
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp
2457
QualType CXXMethodDecl::
getThisType
(const FunctionProtoType *FPT,
2470
QualType CXXMethodDecl::
getThisType
() const {
2477
return CXXMethodDecl::
getThisType
(getType()->castAs<FunctionProtoType>(),
2482
// Ditto
getThisType
.
ExprConstant.cpp
6100
if (!handleAssignment(Info, Args[0], *This, MD->
getThisType
(),
Completed in 171 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026