OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThisTy
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Sema/
SemaExprMember.cpp
778
QualType
ThisTy
= getCurrentThisType();
779
if (
ThisTy
.isNull()) {
788
= new (Context) CXXThisExpr(loc,
ThisTy
, /*isImplicit=*/ true);
790
baseQuals =
ThisTy
->castAs<PointerType>()->getPointeeType().getQualifiers();
[
all
...]
SemaExprCXX.cpp
694
QualType
ThisTy
= CXXThisTypeOverride;
697
ThisTy
= method->getThisType(Context);
700
return
ThisTy
;
733
QualType
ThisTy
, SourceLocation Loc) {
735
= FieldDecl::Create(Context, RD, Loc, Loc, 0,
ThisTy
,
736
Context.getTrivialTypeSourceInfo(
ThisTy
, Loc),
741
return new (Context) CXXThisExpr(Loc,
ThisTy
, /*isImplicit*/true);
783
QualType
ThisTy
= getCurrentThisType();
786
ThisExpr = captureThis(Context, LSI->Lambda,
ThisTy
, Loc);
789
ThisExpr = captureThis(Context, RSI->TheRecordDecl,
ThisTy
, Loc)
[
all
...]
SemaLookup.cpp
[
all
...]
SemaCodeComplete.cpp
[
all
...]
Completed in 245 milliseconds