Searched refs:HasFunctionName (Results 1 – 5 of 5) sorted by relevance
485 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local486 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr()488 if (HasFunctionName) in PredefinedExpr()492 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr() argument494 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr()500 bool HasFunctionName = SL != nullptr; in Create() local501 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in Create()507 bool HasFunctionName) { in CreateEmpty() argument508 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in CreateEmpty()510 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty()
534 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local535 E->PredefinedExprBits.HasFunctionName = HasFunctionName; in VisitPredefinedExpr()538 if (HasFunctionName) in VisitPredefinedExpr()
438 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local439 Record.push_back(HasFunctionName); in VisitPredefinedExpr()442 if (HasFunctionName) in VisitPredefinedExpr()
1786 explicit PredefinedExpr(EmptyShell Empty, bool HasFunctionName);1789 bool hasFunctionName() const { return PredefinedExprBits.HasFunctionName; } in hasFunctionName()1804 bool HasFunctionName);
329 unsigned HasFunctionName : 1; in alignas() local