Searched refs:HasFunctionName (Results 1 – 5 of 5) sorted by relevance
614 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local615 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr()618 if (HasFunctionName) in PredefinedExpr()623 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr() argument625 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr()631 bool HasFunctionName = SL != nullptr; in Create() local632 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in Create()638 bool HasFunctionName) { in CreateEmpty() argument639 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in CreateEmpty()641 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()
662 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local663 Record.push_back(HasFunctionName); in VisitPredefinedExpr()668 if (HasFunctionName) in VisitPredefinedExpr()
1974 explicit PredefinedExpr(EmptyShell Empty, bool HasFunctionName);1977 bool hasFunctionName() const { return PredefinedExprBits.HasFunctionName; } in hasFunctionName()1996 bool HasFunctionName);
416 unsigned HasFunctionName : 1; in alignas()