Searched refs:HasFoundDecl (Results 1 – 5 of 5) sorted by relevance
489 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr()518 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()588 bool HasFoundDecl, in CreateEmpty() argument595 HasQualifier ? 1 : 0, HasFoundDecl ? 1 : 0, HasTemplateKWAndArgsInfo, in CreateEmpty()1736 bool HasQualifier, bool HasFoundDecl, in CreateEmpty() argument1741 bool HasQualOrFound = HasQualifier || HasFoundDecl; in CreateEmpty()
555 E->DeclRefExprBits.HasFoundDecl = Record.readInt(); in VisitDeclRefExpr()915 bool HasFoundDecl = Record.readInt(); in VisitMemberExpr() local924 E->MemberExprBits.HasQualifierOrFoundDecl = HasQualifier || HasFoundDecl; in VisitMemberExpr()930 if (HasQualifier || HasFoundDecl) { in VisitMemberExpr()932 if (HasFoundDecl) { in VisitMemberExpr()
793 bool HasFoundDecl = in VisitMemberExpr() local803 Record.push_back(HasFoundDecl); in VisitMemberExpr()817 if (HasFoundDecl) { in VisitMemberExpr()
1201 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()1243 bool HasFoundDecl,2908 bool HasFoundDecl,
378 unsigned HasFoundDecl : 1; in alignas() local