Searched refs:HasFunctionName (Results 1 – 5 of 5) sorted by relevance
624 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local625 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr()628 if (HasFunctionName) in PredefinedExpr()633 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr() argument635 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr()641 bool HasFunctionName = SL != nullptr; in Create() local642 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in Create()648 bool HasFunctionName) { in CreateEmpty() argument649 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in CreateEmpty()651 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty()
590 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local591 E->PredefinedExprBits.HasFunctionName = HasFunctionName; in VisitPredefinedExpr()595 if (HasFunctionName) in VisitPredefinedExpr()
660 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local661 Record.push_back(HasFunctionName); in VisitPredefinedExpr()666 if (HasFunctionName) in VisitPredefinedExpr()
2002 explicit PredefinedExpr(EmptyShell Empty, bool HasFunctionName);2005 bool hasFunctionName() const { return PredefinedExprBits.HasFunctionName; } in hasFunctionName()2024 bool HasFunctionName);
416 unsigned HasFunctionName : 1;