Searched refs:HasFunctionName (Results 1 – 5 of 5) sorted by relevance
588 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local589 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr()591 if (HasFunctionName) in PredefinedExpr()596 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr() argument598 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr()604 bool HasFunctionName = SL != nullptr; in Create() local605 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in Create()611 bool HasFunctionName) { in CreateEmpty() argument612 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in CreateEmpty()614 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty()
581 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local582 E->PredefinedExprBits.HasFunctionName = HasFunctionName; in VisitPredefinedExpr()585 if (HasFunctionName) in VisitPredefinedExpr()
595 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local596 Record.push_back(HasFunctionName); in VisitPredefinedExpr()599 if (HasFunctionName) in VisitPredefinedExpr()
1987 explicit PredefinedExpr(EmptyShell Empty, bool HasFunctionName);1990 bool hasFunctionName() const { return PredefinedExprBits.HasFunctionName; } in hasFunctionName()2005 bool HasFunctionName);
363 unsigned HasFunctionName : 1; in alignas() local