Searched refs:HasFunctionName (Results 1 – 5 of 5) sorted by relevance
579 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local580 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr()582 if (HasFunctionName) in PredefinedExpr()587 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr() argument589 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr()595 bool HasFunctionName = SL != nullptr; in Create() local596 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in Create()602 bool HasFunctionName) { in CreateEmpty() argument603 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in CreateEmpty()605 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty()
596 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local597 E->PredefinedExprBits.HasFunctionName = HasFunctionName; in VisitPredefinedExpr()600 if (HasFunctionName) in VisitPredefinedExpr()
597 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local598 Record.push_back(HasFunctionName); in VisitPredefinedExpr()601 if (HasFunctionName) in VisitPredefinedExpr()
1974 explicit PredefinedExpr(EmptyShell Empty, bool HasFunctionName);1977 bool hasFunctionName() const { return PredefinedExprBits.HasFunctionName; } in hasFunctionName()1992 bool HasFunctionName);
360 unsigned HasFunctionName : 1; in alignas() local