Searched refs:HasFunctionName (Results 1 – 5 of 5) sorted by relevance
618 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local619 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr()622 if (HasFunctionName) in PredefinedExpr()627 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr() argument629 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr()635 bool HasFunctionName = SL != nullptr; in Create() local636 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in Create()642 bool HasFunctionName) { in CreateEmpty() argument643 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in CreateEmpty()645 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty()
597 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local598 E->PredefinedExprBits.HasFunctionName = HasFunctionName; in VisitPredefinedExpr()602 if (HasFunctionName) in VisitPredefinedExpr()
675 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local676 Record.push_back(HasFunctionName); in VisitPredefinedExpr()681 if (HasFunctionName) in VisitPredefinedExpr()
2014 explicit PredefinedExpr(EmptyShell Empty, bool HasFunctionName);2017 bool hasFunctionName() const { return PredefinedExprBits.HasFunctionName; } in hasFunctionName()2036 bool HasFunctionName);
418 unsigned HasFunctionName : 1;