Searched refs:DeclRefExprBits (Results 1 – 4 of 4) sorted by relevance
435 DeclRefExprBits.HasQualifier = false; in DeclRefExpr()436 DeclRefExprBits.HasTemplateKWAndArgsInfo = false; in DeclRefExpr()437 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr()438 DeclRefExprBits.HadMultipleCandidates = false; in DeclRefExpr()439 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()441 DeclRefExprBits.CapturedByCopyInLambdaWithExplicitObjectParameter = false; in DeclRefExpr()442 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()443 DeclRefExprBits.IsImmediateEscalating = false; in DeclRefExpr()444 DeclRefExprBits.Loc = L; in DeclRefExpr()457 DeclRefExprBits.Loc = NameInfo.getLoc(); in DeclRefExpr()[all …]
610 E->DeclRefExprBits.HadMultipleCandidates = CurrentUnpackingBits->getNextBit(); in VisitDeclRefExpr()611 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = in VisitDeclRefExpr()613 E->DeclRefExprBits.NonOdrUseReason = in VisitDeclRefExpr()615 E->DeclRefExprBits.IsImmediateEscalating = CurrentUnpackingBits->getNextBit(); in VisitDeclRefExpr()616 E->DeclRefExprBits.HasFoundDecl = CurrentUnpackingBits->getNextBit(); in VisitDeclRefExpr()617 E->DeclRefExprBits.HasQualifier = CurrentUnpackingBits->getNextBit(); in VisitDeclRefExpr()618 E->DeclRefExprBits.HasTemplateKWAndArgsInfo = in VisitDeclRefExpr()620 E->DeclRefExprBits.CapturedByCopyInLambdaWithExplicitObjectParameter = false; in VisitDeclRefExpr()3174 BitsUnpacker DeclRefExprBits(Record[ASTStmtReader::NumExprFields]); in ReadStmtFromStream() local3175 DeclRefExprBits.advance(5); in ReadStmtFromStream()[all …]
1294 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()1344 SourceLocation getLocation() const { return DeclRefExprBits.Loc; } in getLocation()1345 void setLocation(SourceLocation L) { DeclRefExprBits.Loc = L; } in setLocation()1350 return DeclRefExprBits.Loc; in getBeginLoc()1357 bool hasQualifier() const { return DeclRefExprBits.HasQualifier; } in hasQualifier()1390 return DeclRefExprBits.HasTemplateKWAndArgsInfo; in hasTemplateKWAndArgsInfo()1456 return DeclRefExprBits.HadMultipleCandidates; in hadMultipleCandidates()1462 DeclRefExprBits.HadMultipleCandidates = V;1467 return static_cast<NonOdrUseReason>(DeclRefExprBits.NonOdrUseReason); in isNonOdrUse()1473 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()[all …]
1337 DeclRefExprBitfields DeclRefExprBits;