OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thisty
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Sema/
SemaExprMember.cpp
796
QualType
ThisTy
= getCurrentThisType();
797
if (
ThisTy
.isNull()) {
806
= new (Context) CXXThisExpr(loc,
ThisTy
, /*isImplicit=*/ true);
808
baseQuals =
ThisTy
->castAs<PointerType>()->getPointeeType().getQualifiers();
[
all
...]
SemaExprCXX.cpp
734
QualType
ThisTy
= CXXThisTypeOverride;
737
ThisTy
= method->getThisType(Context);
739
if (
ThisTy
.isNull()) {
753
return
ThisTy
;
786
QualType
ThisTy
, SourceLocation Loc) {
788
= FieldDecl::Create(Context, RD, Loc, Loc, nullptr,
ThisTy
,
789
Context.getTrivialTypeSourceInfo(
ThisTy
, Loc),
794
return new (Context) CXXThisExpr(Loc,
ThisTy
, /*isImplicit*/true);
[
all
...]
SemaLookup.cpp
[
all
...]
SemaCodeComplete.cpp
[
all
...]
/external/clang/utils/TableGen/
NeonEmitter.cpp
[
all
...]
/external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
[
all
...]
Completed in 323 milliseconds