Searched refs:HasFoundDecl (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 609 E->DeclRefExprBits.HasFoundDecl = CurrentUnpackingBits->getNextBit(); in VisitDeclRefExpr() 1041 bool HasFoundDecl = CurrentUnpackingBits->getNextBit(); in VisitMemberExpr() local 1050 E->MemberExprBits.HasQualifierOrFoundDecl = HasQualifier || HasFoundDecl; in VisitMemberExpr() 1057 if (HasQualifier || HasFoundDecl) { in VisitMemberExpr() 1059 if (HasFoundDecl) { in VisitMemberExpr() 2992 bool HasFoundDecl = DeclRefExprBits.getNextBit(); in ReadStmtFromStream() local 2998 S = DeclRefExpr::CreateEmpty(Context, HasQualifier, HasFoundDecl, in ReadStmtFromStream() 3098 bool HasFoundDecl = ExprMemberBits.getNextBit(); in ReadStmtFromStream() local 3101 S = MemberExpr::CreateEmpty(Context, HasQualifier, HasFoundDecl, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 973 bool HasFoundDecl = in VisitMemberExpr() local 984 CurrentPackingBits.addBit(HasFoundDecl); in VisitMemberExpr() 998 if (HasFoundDecl) { in VisitMemberExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 428 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr() 453 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr() 521 bool HasFoundDecl, in CreateEmpty() argument 528 HasQualifier ? 1 : 0, HasFoundDecl ? 1 : 0, HasTemplateKWAndArgsInfo, in CreateEmpty() 1753 bool HasQualifier, bool HasFoundDecl, in CreateEmpty() argument 1758 bool HasQualOrFound = HasQualifier || HasFoundDecl; in CreateEmpty()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 1274 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() 1312 bool HasFoundDecl, 3227 bool HasFoundDecl,
|
| H A D | Stmt.h | 439 unsigned HasFoundDecl : 1; in alignas()
|