HomeSort by relevance Sort by last modified time
    Searched refs:ThisTy (Results 1 - 5 of 5) 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...]

Completed in 400 milliseconds